blob: c2572956156f29b6427194df29ae022d95068627 [file] [log] [blame]
fecd99072030 ("perf trace: Introduce accessors to trace specific evsel->priv")
90df0249c2ea ("perf trace: Expand strings in filters to integers")
f11b2803bb88 ("perf trace: Allow choosing how to augment the tracepoint arguments")
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")
79d725cdf24d ("perf trace beauty: Disable fd->pathname when close() not enabled")
3803a229312d ("perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place")
6ff8fff45611 ("perf trace: Allow specifying the bpf prog to augment specific syscalls")
5834da7f1091 ("perf trace: Add BPF handler for unaugmented syscalls")
5ca0b7f5004a ("perf trace: Look up maps just on the __augmented_syscalls__ BPF object")
af4a0991f40a ("perf evsel: Store backpointer to attached bpf_object")
111442cfc8ab ("perf top: Fix potential NULL pointer dereference detected by the smatch tool")
2f87f33f4226 ("perf stat: Fix group lookup for metric group")
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")
db5742b6849e ("perf stat: Support per-die aggregation")
acae8b36cded ("perf header: Add die information in CPU topology")
b74d8686a18b ("perf cpumap: Retrieve die id information")
1c839a5a4061 ("perf cs-etm: Configure timestamp generation in CPU-wide mode")
3399ad9ac234 ("perf cs-etm: Configure contextID tracing in CPU-wide mode")
0c95a7ff76fb ("perf augmented_raw_syscalls: Move the probe_read_str to a separate function")
4cae8675ea79 ("perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy")
5b1dc0fd1da0 ("perf intel-pt: Add support for samples to contain IPC ratio")
490c8cc949ec ("perf script: Add --show-bpf-events to show eBPF related events")
693bd3949be6 ("perf trace: Beautify 'fspick' arguments")
566e30229e1f ("perf trace: Beautify 'move_mount' arguments")
8a70c6b162e3 ("perf augmented_raw_syscalls: Fix up comment")
4fc4d8dfa056 ("perf stat: Support 'percore' event qualifier")
40480a813670 ("perf stat: Factor out aggregate counts printing")
3371f389e4be ("perf evsel: Support printing evsel name for 'duration_time'")
f0fbb114e302 ("perf stat: Implement duration_time as a proper event")
c2b3c170db61 ("perf stat: Revert checks for duration_time")
59f3bd7802d3 ("perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes")
c52a82f77963 ("perf augmented_raw_syscalls: Copy strings from all syscalls with 1st or 2nd string arg")
4e8a5c155137 ("perf evsel: Fix max perf_event_attr.precise_ip detection")
657ee5531903 ("perf evlist: Introduce side band thread")
606f972b1361 ("perf bpf: Save bpf_prog_info information as headers to perf.data")
0dba9e4be95b ("perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue")
4968ac8fb7c3 ("perf report: Implement browsing of individual samples")
6f3da20e151f ("perf report: Support builtin perf script in scripts menu")
1d6c49df74b0 ("perf report: Support running scripts for current time range")
75065a85a970 ("perf report: Use less for scripts output")
258031c017c3 ("perf header: Add DIR_FORMAT feature to describe directory data")
ec65def1045e ("perf data: Support having perf.data stored as a directory")
b8f7d86b5849 ("perf data: Force perf_data__open|close zero data->file.path")
5b61adb16599 ("perf evsel: Probe for precise_ip with simple attr")
263495858636 ("perf hist: Fix memory leak of srcline")
c57589106fd6 ("perf hist: Add error path into hist_entry__init")