summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-09-10perf trace: Pretty print buffer dataHoward Chu
2024-09-10perf trace: Pretty print struct dataHoward Chu
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu
2024-09-10perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo
2024-09-06perf mem: Fix the wrong reference in parse_record_events()Kan Liang
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen
2024-09-06perf jevents: Ignore sys when determining a model directoryIan Rogers
2024-09-04perf check: Fix inconsistencies in feature namesAditya Gupta
2024-09-04perf tests probe_vfs_getname.sh: Update to use 'perf check feature'Athira Rajeev
2024-09-04perf tools test_task_analyzer.sh: Update to use 'perf check feature'Aditya Gupta
2024-09-04perf version: Update --build-options to use 'supported_features' arrayAditya Gupta
2024-09-04perf jevents: Add cpuid to model lookup commandIan Rogers
2024-09-04perf check: Introduce 'check' subcommandAditya Gupta
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers
2024-09-03perf sched timehist: Add --prio optionYang Jihong
2024-09-03perf sched timehist: Add --show-prio optionYang Jihong
2024-09-03perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong
2024-09-03perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim
2024-09-03perf stat: Constify control data for BPFNamhyung Kim
2024-09-03perf test: Make watchpoint data 32-bits on i386Ian Rogers
2024-09-03perf test: Skip uprobe test if probe command isn't presentIan Rogers
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim
2024-08-30perf test: Additional pipe tests with pipe output written to a fileIan Rogers