summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim-1/+2
2024-08-12perf docs: Refine the description for the buffer sizeLeo Yan-11/+12
2024-08-12perf script: add --addr2line optionMartin Liška-1/+6
2024-08-12perf tests pmu: Initialize all fields of test_pmu variableArnaldo Carvalho de Melo-3/+3
2024-08-09perf daemon: Fix the build on 32-bit architecturesArnaldo Carvalho de Melo-4/+5
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim-29/+45
2024-08-09perf annotate: Fix --group behavior when leader has no samplesNamhyung Kim-2/+12
2024-08-09perf tools: Create source symlink in perf object dirAndi Kleen-0/+2
2024-08-09perf debuginfo: Fix the build with !HAVE_DWARF_SUPPORTArnaldo Carvalho de Melo-0/+2
2024-08-09perf script python: Add the 'ins_lat' field to event handlerZixian Cai-1/+4
2024-08-08perf test shell lbr: Support hybrid x86 systems tooArnaldo Carvalho de Melo-1/+1
2024-08-08perf test: Add set of perf record LBR testsIan Rogers-0/+161
2024-08-08perf callchain: Fix stitch LBR memory leaksIan Rogers-2/+20
2024-08-08perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova-1/+3
2024-08-08perf tests ftrace: Add pattern check for time, countArnaldo Carvalho de Melo-0/+5
2024-08-08perf test: Add a new shell test for perf ftraceNamhyung Kim-0/+84
2024-08-08perf annotate-data: Show typedef names properlyNamhyung Kim-10/+33
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim-14/+44
2024-08-08perf hist: Fix reference counting of branch_infoIan Rogers-4/+14
2024-08-07tools/include: Sync filesystem headers with the kernel sourcesNamhyung Kim-6/+179
2024-08-07tools/include: Sync network socket headers with the kernel sourcesNamhyung Kim-1/+4
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim-5/+11
2024-08-06tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim-4/+5
2024-08-06Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-5/+5
2024-08-06perf jevents.py: Ensure event names aren't duplicatedIan Rogers-0/+4
2024-08-06perf pmu-events: Remove duplicated ampereone eventIan Rogers-3/+0
2024-08-06perf pmu-events: Change dependencies for empty-pmu-events.c testIan Rogers-1/+1
2024-08-06perf test: Add build test for JEVENTS_ARCH=allIan Rogers-0/+2
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim-5/+22
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim-4/+2
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim-10/+6
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim-4/+3
2024-08-05perf mem: Update documentation for new optionsNamhyung Kim-31/+63
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2024-08-01perf mem: Add -T/--data-type option to report subcommandNamhyung Kim-0/+9
2024-08-01perf mem: Add -s/--sort optionNamhyung Kim-2/+9
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim-8/+10
2024-08-01perf mem: Rework command option handlingNamhyung Kim-34/+45
2024-08-01perf mem: Free the allocated sort string, fixing a leakNamhyung Kim-0/+1
2024-08-01perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim-7/+42
2024-08-01perf python: Remove PYTHON_PERF ifdefsIan Rogers-6/+0
2024-08-01perf jevents: Autogenerate empty-pmu-events.cIan Rogers-352/+562
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo-186/+209
2024-08-01perf test: Update sample filtering testNamhyung Kim-6/+7
2024-08-01perf record: Add --setup-filter optionNamhyung Kim-0/+20
2024-08-01perf record: Fix a potential error handling issueNamhyung Kim-3/+3
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim-4/+48
2024-08-01perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim-34/+209
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim-40/+168