blob: ea04662c89f5d6510618634e7dff718d1537d213 [file] [log] [blame]
0997a2662fa3 ("perf tools: Add support for exclusive groups/events")
c754c382c9a7 ("perf evsel: Rename perf_evsel__is_*() to evsel__is*()")
347c751a64af ("perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()")
8ab2e96d8ff1 ("perf evsel: Rename *perf_evsel__*name() to *evsel__*name()")
39453ed55973 ("perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()")
e76026bdd51b ("perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()")
e345997914a8 ("perf tools: Add support for leader-sampling with AUX area events")
3713eb371c87 ("perf evsel: Rearrange perf_evsel__config_leader_sampling()")
5f34278867b7 ("perf evlist: Move leader-sampling configuration")
e12ee9f7513c ("perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event()")
5c7bec0c9c54 ("perf auxtrace: For reporting purposes, un-group AUX area event")
429a5f9d89fc ("perf report: Allow specifying event to be used as sort key in --group output")
2316f861ae9c ("perf annotate: Simplify disasm_line allocation and freeing code")
704e2f5b700d ("perf stat: Use affinity for enabling/disabling events")
4b49ab708d18 ("perf stat: Use affinity for reading")
4804e0111662 ("perf stat: Use affinity for opening events")
e0e6a6ca3ac2 ("perf stat: Factor out open error handling")
eb7a52d46c6a ("perf record: Add aux-sample-size config term")
f0bb7ee8530a ("perf auxtrace: Add support for AUX area sample recording")
f306de275b7c ("perf auxtrace: Move perf_evsel__find_pmu()")
9bca1a4ef503 ("perf record: Add a function to test for kernel support for AUX area sampling")
5cb456af99f5 ("perf util: Move block TUI function to ui browsers")
2975489458c5 ("perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers")
7fa46cbf20d3 ("perf report: Sort by sampled cycles percent per block for tui")
6f7164fa231a ("perf report: Sort by sampled cycles percent per block for stdio")
b65a7d372b1a ("perf hist: Support block formats with compare/sort/display")
7841f40aed93 ("perf hist: Count the total cycles of all samples")
6041441870ab ("perf block: Cleanup and refactor block info functions")
db25bf98a386 ("perf trace: Honour --max-events in processing syscalls:sys_enter_*")
5a40e1994815 ("perf evlist: Fix fix for freed id arrays")
cebf7d51a6c3 ("perf diff: Report noisy for cycles diff")
f11b2803bb88 ("perf trace: Allow choosing how to augment the tracepoint arguments")
7834fa948beb ("perf evlist: Fix access of freed id arrays")
95be9d197da6 ("perf evsel: Move config terms to a separate header")
ca1252779f48 ("perf evsel: Introduce evsel_fprintf.h")
9620bc361ac6 ("perf evsel: Remove need for symbol_conf in evsel_fprintf.c")
515dbe48f620 ("libperf: Add perf_evlist__first()/last() functions")
70c20369ee95 ("libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions")
e7eb9002d451 ("libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'")
deaf321913a7 ("libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'")
8cd36f3ef492 ("libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'")
40cb2d5141bd ("libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'")
f6fa43757793 ("libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'")
c976ee11a0e1 ("libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'")
648b5af3f3ae ("libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'")
2cf07b294a60 ("libperf: Add 'fd' to struct perf_mmap")
4fd0cef2c7b6 ("libperf: Add 'mask' to struct perf_mmap")
547740f7b357 ("libperf: Add perf_mmap struct")
e0fcfb086fbb ("perf evlist: Adopt backwards ring buffer state enum")
9521b5f2d9d3 ("perf tools: Rename perf_evlist__mmap() to evlist__mmap()")