- cf888e0 perf intel-pt: Change branch stack support to use thread-stacks by Adrian Hunter · 4 years, 9 months ago
- 1ef998f perf intel-pt: Consolidate thread-stack use condition by Adrian Hunter · 4 years, 9 months ago
- 86d6718 perf thread-stack: Add branch stack support by Adrian Hunter · 4 years, 9 months ago
- 40c7d24 perf tools: Move routines that probe for perf API features to separate file by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- ff16562 perf callchain: Stitch LBR call stack by Kan Liang · 4 years, 10 months ago
- 2855c05 perf intel-pt: Add support for synthesizing callchains for regular events by Adrian Hunter · 4 years, 10 months ago
- 6b52bb0 perf intel-pt: Implement ->evsel_is_auxtrace() callback by Adrian Hunter · 4 years, 10 months ago
- 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 11 months ago
- 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
- dbd1343 perf intel-pt: Add support for decoding AUX area samples by Adrian Hunter · 5 years ago
- e7eb900 libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 5 years ago
- deaf321 libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 5 years ago
- ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
- 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
- 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 5 years ago
- 9a8dad0 libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h by Jiri Olsa · 5 years ago
- 9e64cef perf intel-pt: Process options for PEBS event synthesis by Adrian Hunter · 5 years ago
- 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- 323fd74 perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
- 5fe2cf7 perf intel-pt: Synthesize CBR events when last seen value changes by Adrian Hunter · 6 years ago
- e01f0ef perf intel-pt: Add callchain to synthesized PEBS sample by Adrian Hunter · 6 years ago
- 975846e perf intel-pt: Add memory information to synthesized PEBS sample by Adrian Hunter · 6 years ago
- aa62afd perf intel-pt: Add LBR information to synthesized PEBS sample by Adrian Hunter · 6 years ago
- 143d34a perf intel-pt: Add XMM registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
- 9e9a618 perf intel-pt: Add gp registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
- 9d0bc53 perf intel-pt: Synthesize PEBS sample basic information by Adrian Hunter · 6 years ago
- 0dfded3 perf intel-pt: Factor out common sample preparation for re-use by Adrian Hunter · 6 years ago
- e62ca65 perf intel-pt: Prepare to synthesize PEBS samples by Adrian Hunter · 6 years ago
- edff780 perf intel-pt: Add new packets for PEBS via PT by Adrian Hunter · 6 years ago
- 3ce5ace Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
- bddb363 Merge branch 'x86/cpu' into perf/core, to pick up dependent changes by Ingo Molnar · 6 years ago
- 2c47db9 perf intel-pt: Add support for efficient time interval filtering by Adrian Hunter · 6 years ago
- da9000a perf intel-pt: Add support for lookahead by Adrian Hunter · 6 years ago
- e96f7df perf intel-pt: Factor out intel_pt_get_buffer() by Adrian Hunter · 6 years ago
- 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
- 5b1dc0f perf intel-pt: Add support for samples to contain IPC ratio by Adrian Hunter · 6 years ago
- 14f1cfd perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid by Adrian Hunter · 6 years ago
- c7b4f15f perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events by Adrian Hunter · 6 years ago
- 26f19c2 perf intel-pt: Fix itrace defaults for perf script by Adrian Hunter · 6 years ago
- 0763338 perf intel-pt: Fix divide by zero when TSC is not available by Adrian Hunter · 6 years ago
- 16bd432 perf auxtrace: Add timestamp to auxtrace errors by Adrian Hunter · 6 years ago
- 256d92b perf thread-stack: Fix thread stack processing for the idle task by Adrian Hunter · 6 years ago
- 93f8be2 perf intel-pt: Add more event information to debug log by Adrian Hunter · 6 years ago
- 5d4f0ed perf intel-pt/bts: Calculate cpumode for synthesized samples by Adrian Hunter · 6 years ago
- 2424830 perf intel-pt: Insert callchain context into synthesized callchains by Adrian Hunter · 6 years ago
- 4eb0681 perf script: Make itrace script default to all calls by Andi Kleen · 6 years ago
- c6b5da0 perf intel-pt: Add decoder flags for trace begin / end by Adrian Hunter · 6 years ago
- 9fb5233 perf intel-pt: Fix "Unexpected indirect branch" error by Adrian Hunter · 7 years ago
- dbcb82b perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING by Adrian Hunter · 7 years ago
- 5cf88a6 perf symbols: Shorten dso__(first|last)_symbol() by Arnaldo Carvalho de Melo · 7 years ago
- 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
- f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
- 599a5be perf intel-pt: Adjust overlap-checking to support sampling mode by Adrian Hunter · 7 years ago
- 13f89db perf intel-pt: Remove a check for sampling mode by Adrian Hunter · 7 years ago
- 9c66506 perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace() by Adrian Hunter · 7 years ago
- 1c071c8 perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid() by Adrian Hunter · 7 years ago
- 63d8e38 perf intel-pt: Fix sync_switch by Adrian Hunter · 7 years ago
- 117db4b perf intel-pt: Fix overlap detection to identify consecutive buffers correctly by Adrian Hunter · 7 years ago
- 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
- a10eb53 perf intel-pt/bts: Do not swap when synthesizing samples by Adrian Hunter · 7 years ago
- 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
- 3797307 perf intel-pt: Synthesize new power and "ptwrite" events by Adrian Hunter · 8 years ago
- 4a9fd4e perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting by Adrian Hunter · 8 years ago
- bbac88ed perf intel-pt: Factor out intel_pt_set_event_name() by Adrian Hunter · 8 years ago
- 63a22cd perf intel-pt: Tidy messages into called function intel_pt_synth_event() by Adrian Hunter · 8 years ago
- 85a564d perf intel-pt: Tidy Intel PT evsel lookup into separate function by Adrian Hunter · 8 years ago
- 406a180 perf intel-pt: Join needlessly wrapped lines by Adrian Hunter · 8 years ago
- f90d07a perf intel-pt: Remove unused instructions_sample_period by Adrian Hunter · 8 years ago
- 0f3e537 perf intel-pt: Factor out common code synthesizing event samples by Adrian Hunter · 8 years ago
- 2116074 perf intel-pt: Fix transactions_sample_type by Adrian Hunter · 8 years ago
- 5da3b23 perf intel-pt: Remove redundant initial_skip checks by Adrian Hunter · 8 years ago
- 8395981 perf intel-pt: Allow decoding with branch tracing disabled by Adrian Hunter · 8 years ago
- 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
- fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
- ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
- faaa876 perf intel-pt/bts: Report instruction bytes and length in sample by Andi Kleen · 8 years ago
- 32f98aa perf intel-pt/bts: Tidy instruction buffer size usage by Adrian Hunter · 8 years ago
- 2acee10 perf intel-pt: Fix decoding when there are address filters by Adrian Hunter · 8 years ago
- 2b9e32c perf intel-pt: Read address filter from AUXTRACE_INFO event by Adrian Hunter · 8 years ago
- 40b746a perf intel-pt: Add a helper function for processing AUXTRACE_INFO by Adrian Hunter · 8 years ago
- 4d34e10 perf intel-pt: Fix missing error codes processing auxtrace_info by Adrian Hunter · 8 years ago
- fa8025c perf intel-pt: Add support for recording the max non-turbo ratio by Adrian Hunter · 8 years ago
- 810c398 perf intel-pt: Fix snapshot overlap detection decoder errors by Adrian Hunter · 8 years ago
- be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
- 0890e97 perf machine: Remove machine->symbol_filter and friends by Arnaldo Carvalho de Melo · 8 years ago
- 50f73637 perf auxtrace: Add option to feed branches to the thread stack by Adrian Hunter · 9 years ago
- e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
- 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
- 65cbbd0 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 9 years ago
- 1342e0b7 perf intel-pt: Fix segfault tracing transactions by Adrian Hunter · 9 years ago
- d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 9 years ago
- 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 9 years ago
- 3a4acda perf tools: Fix thread lifetime related segfaut in intel_pt by Adrian Hunter · 9 years ago
- abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
- a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
- ba11ba6 perf intel-pt: Add mispred-all config option to aid use with autofdo by Adrian Hunter · 9 years ago