aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-08-06perf test: Add build test for JEVENTS_ARCH=allIan Rogers1-0/+2
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim3-5/+22
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim1-4/+2
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim2-10/+6
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim1-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim1-4/+3
2024-08-05perf mem: Update documentation for new optionsNamhyung Kim1-31/+63
2024-08-01perf mem: Add -T/--data-type option to report subcommandNamhyung Kim1-0/+9
2024-08-01perf mem: Add -s/--sort optionNamhyung Kim1-2/+9
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim3-8/+10
2024-08-01perf mem: Rework command option handlingNamhyung Kim1-34/+45
2024-08-01perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-08-01perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim5-7/+42
2024-08-01perf python: Remove PYTHON_PERF ifdefsIan Rogers2-6/+0
2024-08-01perf jevents: Autogenerate empty-pmu-events.cIan Rogers4-352/+562
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo4-186/+209
2024-08-01perf test: Update sample filtering testNamhyung Kim1-6/+7
2024-08-01perf record: Add --setup-filter optionNamhyung Kim2-0/+20
2024-08-01perf record: Fix a potential error handling issueNamhyung Kim1-3/+3
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim2-4/+48
2024-08-01perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim2-34/+209
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim3-40/+168
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim8-10/+15
2024-08-01perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim3-43/+78
2024-08-01perf jevents: Use name for special find value (PMU_EVENTS__NOT_FOUND)Ian Rogers2-3/+12
2024-08-01perf list: Give clues if failed to open tracing events directoryTiezhu Yang1-1/+2
2024-08-01perf tools: Fix wrong message when running "make JOBS=1"Tiezhu Yang1-1/+7
2024-08-01perf arm-spe: Support multiple Arm SPE eventsLeo Yan1-13/+24
2024-08-01perf arm-spe: Extract evsel setting upLeo Yan1-34/+40
2024-07-31perf test: make metric validation test return early when there is no metric s...Weilin Wang1-2/+8
2024-07-31perf ftrace profile: Add -s/--sort optionNamhyung Kim2-2/+66
2024-07-31perf ftrace: Add 'profile' commandNamhyung Kim3-3/+359
2024-07-31perf ftrace: Factor out check_ftrace_capable()Namhyung Kim1-24/+20
2024-07-31perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim3-0/+20
2024-07-31perf test pmu: Remove unused test_pmusDr. David Alan Gilbert1-3/+0
2024-07-31perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSFAdrian Hunter1-1/+5
2024-07-31perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter1-0/+3
2024-07-31perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark1-5/+4
2024-07-31perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark1-2/+6
2024-07-31perf inject: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf daemon: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf annotate: Convert comma to semicolonChen Ni1-1/+1
2024-07-31perf vendor events power10: Update JSON/eventsKajol Jain2-5/+100
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev5-12/+24
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev1-0/+143
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev3-5/+4
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev2-3/+14
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev3-1/+70
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev1-0/+14
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev2-0/+100