aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco4-4/+33
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo5-7/+43
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo5-13/+73
2024-12-10perf ftrace latency: Pass ftrace pointer to histogram routines to pass more argsArnaldo Carvalho de Melo1-7/+8
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu1-1/+2
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09perf tests: Enable tests disabled due to tracepoint parsingIan Rogers3-29/+4
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers3-51/+82
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers13-60/+128
2024-12-09perf trace-event: Always build trace-event-info.cIan Rogers3-7/+1
2024-12-09perf trace-event: Constify print argumentsIan Rogers2-2/+2
2024-12-09perf env: Ensure failure broken topology file reads are always -1 encodedIan Rogers1-3/+6
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo4-17/+41
2024-12-09perf pmu: Remove use of perf_cpu_map__read()Ian Rogers1-10/+20
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers8-0/+8
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer2-2/+4
2024-12-09perf arm-spe: Add support for SPE Data Source packet on AmpereOneIlkka Koskinen2-0/+53
2024-12-09perf arm-spe: Prepare for adding data source packet implementations for other coresIlkka Koskinen1-12/+30
2024-12-09perf cpumap: Add checking for reference counterLeo Yan1-0/+9
2024-12-09perf cpumap: Add more tests for CPU map mergingLeo Yan1-5/+29
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan2-8/+10
2024-12-09perf config: Fix trival typo 'an' -> 'can'Arnaldo Carvalho de Melo1-1/+1
2024-12-09perf script python: Improve physical mem type resolutionIan Rogers1-75/+102
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo2-1/+5
2024-12-09tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo1-34/+49
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim1-3/+3
2024-12-04perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim1-1/+2
2024-12-04tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim1-1/+26
2024-12-04tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim1-2/+12
2024-12-04tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim1-4/+1
2024-12-04tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim5-0/+20
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim1-2/+2
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds323-4029/+9266
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers2-8/+13
2024-11-22perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers1-4/+5
2024-11-22perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo1-2/+0
2024-11-22perf/test: fix perf ftrace test on s390Thomas Richter1-1/+1
2024-11-22perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
2024-11-22perf test: Correct hwmon test PMU detectionIan Rogers1-1/+2
2024-11-16perf: Remove unused del_perf_probe_events()Dr. David Alan Gilbert4-57/+0
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers6-39/+9
2024-11-16perf jevents: Add map_for_cpu()Ian Rogers2-14/+26
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers15-67/+57
2024-11-16perf header: Avoid transitive PMU includesIan Rogers3-0/+4
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers2-32/+30