blob: 5bf1c4dc325212adbe3569bb3bc592386d6e7f21 [file] [log] [blame]
b04c597af761 ("libperf: Add perf_evsel__init function")
b27c4ece725a ("libperf: Include perf_evsel in evsel object")
285a30c36d1e ("libperf: Add perf_evlist and perf_evsel structs")
7836e52e518b ("libperf: Add perf_thread_map__get()/perf_thread_map__put()")
4b49cce25e71 ("libperf: Add perf_thread_map__new_dummy() function")
07acd22677ac ("libperf: Add perf_thread_map struct")
38f01d8da1d8 ("libperf: Add perf_cpu_map__get()/perf_cpu_map__put()")
397721e06e52 ("libperf: Add perf_cpu_map__dummy_new() function")
959b83c76938 ("libperf: Add perf_cpu_map struct")
a1556f8479ed ("libperf: Add debug output support")
5b7f445d684f ("libperf: Add perf/core.h header")
47f9bccc79cb ("libperf: Add build version support")
314350491810 ("libperf: Make libperf.a part of the perf build")
750b4edeb052 ("perf evlist: Rename perf_evlist__close() to evlist__close()")
474ddc4c4602 ("perf evlist: Rename perf_evlist__open() to evlist__open()")
ec7f24ef44fc ("perf evsel: Rename perf_evsel__enable() to evsel__enable()")
a1cf3a75d331 ("perf evlist: Rename perf_evlist__add() to evlist__add()")
5eb2dd2ade83 ("perf evsel: Rename perf_evsel__delete() to evsel__delete()")
63503dba87ac ("perf evlist: Rename struct perf_evlist to struct evlist")
32dcd021d004 ("perf evsel: Rename struct perf_evsel to struct evsel")
9749b90e566c ("perf tools: Rename struct thread_map to struct perf_thread_map")
f854839ba2a5 ("perf cpu_map: Rename struct cpu_map to struct perf_cpu_map")
af4a0991f40a ("perf evsel: Store backpointer to attached bpf_object")
08ef3af1579d ("perf stat: Fix segfault for event group in repeat mode")
e56fbc9dc79c ("perf tools: Use list_del_init() more thorougly")
d8f9da240495 ("perf tools: Use zfree() where applicable")
111442cfc8ab ("perf top: Fix potential NULL pointer dereference detected by the smatch tool")
e3a9427323a5 ("perf stat: Fix metrics with --no-merge")
2f87f33f4226 ("perf stat: Fix group lookup for metric group")
bd9860bf050f ("perf tools: Use linux/ctype.h in more places")
3052ba56bcb5 ("tools perf: Move from sane_ctype.h obtained from git to the Linux's original")
cf8b6970f4fc ("perf symbols: We need util.h in symbol-elf.c for zfree()")
6a9fa4e3bdde ("perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h")
93d50edc80ab ("perf ctype: Remove now unused 'spaces' variable")
828e27a89915 ("perf ctype: Remove unused 'graph_line' variable")
b9322cab17a1 ("perf db-export: Export synth events")
9d0bc53e35b8 ("perf intel-pt: Synthesize PEBS sample basic information")
e62ca655eea7 ("perf intel-pt: Prepare to synthesize PEBS samples")
53fe307dfd30 ("perf test 6: Fix missing kvm module load for s390")
a77a05e2337d ("perf time-utils: Add support for multiple explicit time intervals")
e39a12cbd249 ("perf tests: Add a test for time-utils")
929afa0092d0 ("perf time-utils: Make perf_time__parse_for_ranges() more logical")
2a8afddc084a ("perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly")
0ccc69ba0af4 ("perf time-utils: Fix --time documentation")
e45c48a9a4d2 ("perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode")
db5742b6849e ("perf stat: Support per-die aggregation")
acae8b36cded ("perf header: Add die information in CPU topology")
b74d8686a18b ("perf cpumap: Retrieve die id information")
c152d4d49a35 ("perf cs-etm: Add support for multiple traceID queues")
af21577c05a7 ("perf cs-etm: Use traceID aware memory callback API")