summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2022-07-19perf tools: Fix dso_id inode generation comparisonAdrian Hunter
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-07-12perf record: Allow to specify max stack depth of fp callchainNamhyung Kim
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter
2022-06-24perf script ibs: Support new IBS bits in raw trace dumpRavi Bangoria
2022-06-24perf tool ibs: Sync AMD IBS header fileRavi Bangoria
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria
2022-06-24perf pmu: Parse pmu caps sysfs only onceRavi Bangoria
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria
2022-06-23perf script: Add some missing event dumpsAdrian Hunter
2022-06-23perf record: Add finished init eventAdrian Hunter
2022-06-23perf record: Add new option to sample identifierAdrian Hunter
2022-06-23perf record: Always record id indexAdrian Hunter
2022-06-23perf data convert: Prefer sampled CPU when exporting JSONShawn M. Chapla
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationLeo Yan
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers
2022-06-19perf unwind: Fix uninitialized variableIan Rogers
2022-06-03perf unwind: Fix segbase for ld.lld linked objectsFangrui Song
2022-05-27perf scripting python: Expose dso and map informationLeo Yan
2022-05-27perf tools arm64: Add support for VG registerJames Clark
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark
2022-05-26perf unwind arm64: Use perf's copy of kernel headersJames Clark
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter
2022-05-26perf evlist: Add evlist__add_dummy_on_all_cpus()Adrian Hunter
2022-05-26perf evlist: Factor out evlist__dummy_event()Adrian Hunter
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo
2022-05-26perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...Jiri Olsa
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa
2022-05-23perf intel-pt: Add guest_code supportAdrian Hunter