summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2024-08-30perf header: Remove repipe optionIan Rogers
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers
2024-08-29perf header: Allow attributes to be written after dataIan Rogers
2024-08-29perf header: Fail read if header sections overlapIan Rogers
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark
2024-08-29perf: cs-etm: Only save valid trace IDs into filesJames Clark
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark
2024-08-29perf: cs-etm: Allocate queues for all CPUsJames Clark
2024-08-29perf cs-etm: Create decoders after both AUX and HW_ID search passesJames Clark
2024-08-29Revert "tools build: Remove leftover libcap tests that prevents fast path fea...Arnaldo Carvalho de Melo
2024-08-28tools build: Remove leftover libcap tests that prevents fast path feature det...Arnaldo Carvalho de Melo
2024-08-28perf test: Add 'perf record cgroup' filtering testNamhyung Kim
2024-08-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim
2024-08-28perf bpf-filter: Add build dependency to header filesNamhyung Kim
2024-08-28perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-08-28perf test trace_btf_enum: Fix shellcheck warningJames Clark
2024-08-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan
2024-08-28perf auxtrace: Use evsel__is_aux_event() for checking AUX eventLeo Yan
2024-08-28perf vendor events arm64: Move Yitian 710 DDR PMU into T-Head directoryLucas Stach
2024-08-28perf vendor events: Move PM_BR_MPRED_CMPL event for power10 platformKajol Jain
2024-08-28perf vendor events power10: Move the JSON/eventsKajol Jain
2024-08-28perf vendor events power10: Update JSON/eventsKajol Jain
2024-08-28perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnpri...Arnaldo Carvalho de Melo
2024-08-28perf trace: Fix perf trace -p <PID>Howard Chu
2024-08-28perf evlist: Introduce method to find if there is a bpf-output eventHoward Chu
2024-08-28perf report: Name events in stats for pipe modeIan Rogers
2024-08-28perf testsuite: Install perf-report tests in the 'make install-tests -C tools...Michael Petlan