summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf check: Introduce 'check' subcommandAditya Gupta2024-09-045-0/+281
* libsubcmd: Don't free the usage stringAditya Gupta2024-09-047-5/+20
* 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-038-1/+263
* 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
* perf header: Remove repipe optionIan Rogers2024-08-303-18/+9
* perf inject: Overhaul handling of pipe filesIan Rogers2024-08-305-49/+48
* perf header: Allow attributes to be written after dataIan Rogers2024-08-291-39/+67
* perf header: Fail read if header sections overlapIan Rogers2024-08-291-0/+18
* perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers2024-08-291-1/+15
* perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers2024-08-291-1/+47
* perf: cs-etm: Print queue number in raw trace dumpJames Clark2024-08-293-6/+13
* perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark2024-08-292-14/+103
* perf: cs-etm: Only save valid trace IDs into filesJames Clark2024-08-291-1/+2
* perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark2024-08-294-122/+55
* perf: cs-etm: Move traceid_list to each queueJames Clark2024-08-293-98/+147
* perf: cs-etm: Allocate queues for all CPUsJames Clark2024-08-291-28/+25
* perf cs-etm: Create decoders after both AUX and HW_ID search passesJames Clark2024-08-291-69/+113
* Revert "tools build: Remove leftover libcap tests that prevents fast path fea...Arnaldo Carvalho de Melo2024-08-292-1/+25
* tools build: Remove leftover libcap tests that prevents fast path feature det...Arnaldo Carvalho de Melo2024-08-282-25/+1
* perf test: Add 'perf record cgroup' filtering testNamhyung Kim2024-08-281-3/+36
* perf bpf-filter: Support filtering on cgroupsNamhyung Kim2024-08-286-9/+55
* perf bpf-filter: Add build dependency to header filesNamhyung Kim2024-08-281-2/+2
* perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim2024-08-281-1/+1
* perf test trace_btf_enum: Fix shellcheck warningJames Clark2024-08-281-0/+1