summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf trace: Pretty print buffer dataHoward Chu2024-09-102-0/+39
* perf trace: Pretty print struct dataHoward Chu2024-09-101-5/+60
* perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu2024-09-102-0/+117
* perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo2024-09-101-1/+2
* perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-2/+7
* perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-3/+8
* perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo2024-09-092-1/+5
* perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo2024-09-091-14/+27
* perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo2024-09-094-44/+66
* perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo2024-09-091-2/+2
* perf mem: Fix the wrong reference in parse_record_events()Kan Liang2024-09-061-1/+1
* perf mem: Fix missed p-core mem events on ADL and RPLKan Liang2024-09-064-22/+15
* perf mem: Check mem_events for all eligible PMUsKan Liang2024-09-064-4/+16
* perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen2024-09-061-8/+3
* perf jevents: Ignore sys when determining a model directoryIan Rogers2024-09-061-4/+7
* perf check: Fix inconsistencies in feature namesAditya Gupta2024-09-042-4/+4
* perf tests probe_vfs_getname.sh: Update to use 'perf check feature'Athira Rajeev2024-09-043-4/+10
* perf tools test_task_analyzer.sh: Update to use 'perf check feature'Aditya Gupta2024-09-041-2/+2
* perf version: Update --build-options to use 'supported_features' arrayAditya Gupta2024-09-041-36/+8
* perf jevents: Add cpuid to model lookup commandIan Rogers2024-09-041-0/+73
* perf check: Introduce 'check' subcommandAditya Gupta2024-09-045-0/+281
* libsubcmd: Don't free the usage stringAditya Gupta2024-09-046-0/+17
* perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers2024-09-041-0/+16
* perf parse-events: Add default_breakpoint_len helperIan Rogers2024-09-046-5/+17
* perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers2024-09-031-5/+6
* perf pmu: Merge boolean sysfs event option parsingIan Rogers2024-09-031-24/+23
* perf sched timehist: Add --prio optionYang Jihong2024-09-032-1/+79
* perf sched timehist: Add --show-prio optionYang Jihong2024-09-032-7/+87
* perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong2024-09-031-2/+0
* perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong2024-09-031-3/+3
* perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen2024-09-034-6/+9
* perf record offcpu: Constify control data for BPFNamhyung Kim2024-09-032-12/+13
* perf lock contention: Constify control data for BPFNamhyung Kim2024-09-032-34/+38
* perf kwork: Constify control data for BPFNamhyung Kim2024-09-034-10/+13
* perf ftrace latency: Constify control data for BPFNamhyung Kim2024-09-032-7/+8
* perf stat: Constify control data for BPFNamhyung Kim2024-09-032-4/+4
* perf test: Make watchpoint data 32-bits on i386Ian Rogers2024-09-031-0/+5
* perf test: Skip uprobe test if probe command isn't presentIan Rogers2024-09-031-0/+7
* perf time-utils: Fix 32-bit nsec parsingIan Rogers2024-09-031-2/+2
* perf pmus: Fix name comparisons on 32-bit systemsIan Rogers2024-09-031-3/+3
* perf annotate: LLVM-based disassemblerSteinar H. Gunderson2024-09-033-0/+267
* perf annotate: Split out read_symbol()Steinar H. Gunderson2024-09-031-34/+56
* perf report: Support LLVM for addr2line()Steinar H. Gunderson2024-09-037-1/+262
* perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo2024-09-025-10/+484
* perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong2024-08-301-1/+4
* perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim2024-08-301-0/+3
* perf lock contention: Do not fail EEXIST for updateNamhyung Kim2024-08-301-0/+7
* perf lock contention: Simplify spinlock checkNamhyung Kim2024-08-301-2/+1
* perf lock contention: Handle error in a single placeNamhyung Kim2024-08-301-12/+4
* perf test: Additional pipe tests with pipe output written to a fileIan Rogers2024-08-301-0/+26