summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools build: Correct bpf fixdep dependenciesBrian Norris2024-08-053-4/+22
* tools build: Avoid circular .fixdep-in.o.cmd issuesBrian Norris2024-08-052-12/+2
* tools build: Correct libsubcmd fixdep dependenciesBrian Norris2024-08-051-1/+1
* perf mem: Update documentation for new optionsNamhyung Kim2024-08-051-31/+63
* perf mem: Add -T/--data-type option to report subcommandNamhyung Kim2024-08-011-0/+9
* perf mem: Add -s/--sort optionNamhyung Kim2024-08-011-2/+9
* perf tools: Add mode argument to sort_help()Namhyung Kim2024-08-013-8/+10
* perf mem: Rework command option handlingNamhyung Kim2024-08-011-34/+45
* perf mem: Free the allocated sort string, fixing a leakNamhyung Kim2024-08-011-0/+1
* perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim2024-08-015-7/+42
* perf python: Remove PYTHON_PERF ifdefsIan Rogers2024-08-012-6/+0
* perf jevents: Autogenerate empty-pmu-events.cIan Rogers2024-08-014-352/+562
* perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo2024-08-014-186/+209
* perf test: Update sample filtering testNamhyung Kim2024-08-011-6/+7
* perf record: Add --setup-filter optionNamhyung Kim2024-08-012-0/+20
* perf record: Fix a potential error handling issueNamhyung Kim2024-08-011-3/+3
* perf bpf-filter: Support separate lost counts for each filterNamhyung Kim2024-08-012-4/+48
* perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim2024-08-012-34/+209
* perf bpf-filter: Split per-task filter use caseNamhyung Kim2024-08-013-40/+168
* perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim2024-08-018-10/+15
* perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim2024-08-013-43/+78
* perf jevents: Use name for special find value (PMU_EVENTS__NOT_FOUND)Ian Rogers2024-08-012-3/+12
* perf list: Give clues if failed to open tracing events directoryTiezhu Yang2024-08-012-2/+3
* perf tools: Fix wrong message when running "make JOBS=1"Tiezhu Yang2024-08-011-1/+7
* libperf: Add gitignoreCharlie Jenkins2024-08-011-0/+5
* perf arm-spe: Support multiple Arm SPE eventsLeo Yan2024-08-011-13/+24
* perf arm-spe: Extract evsel setting upLeo Yan2024-08-011-34/+40
* perf test: make metric validation test return early when there is no metric s...Weilin Wang2024-07-311-2/+8
* perf ftrace profile: Add -s/--sort optionNamhyung Kim2024-07-312-2/+66
* perf ftrace: Add 'profile' commandNamhyung Kim2024-07-313-3/+359
* perf ftrace: Factor out check_ftrace_capable()Namhyung Kim2024-07-311-24/+20
* perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim2024-07-313-0/+20
* perf test pmu: Remove unused test_pmusDr. David Alan Gilbert2024-07-311-3/+0
* perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSFAdrian Hunter2024-07-311-1/+5
* perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter2024-07-311-0/+3
* perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark2024-07-311-5/+4
* perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark2024-07-311-2/+6
* perf inject: Convert comma to semicolonChen Ni2024-07-311-1/+1
* perf daemon: Convert comma to semicolonChen Ni2024-07-311-1/+1
* perf annotate: Convert comma to semicolonChen Ni2024-07-311-1/+1
* perf vendor events power10: Update JSON/eventsKajol Jain2024-07-312-5/+100
* perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev2024-07-315-12/+24
* perf annotate: Add support to use libcapstone in powerpcAthira Rajeev2024-07-311-0/+143
* perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev2024-07-313-5/+4
* perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev2024-07-312-3/+14
* perf annotate: Update instruction tracking for powerpcAthira Rajeev2024-07-313-1/+70
* perf annotate: Add more instructions for instruction trackingAthira Rajeev2024-07-311-0/+14
* perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev2024-07-312-0/+100
* perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev2024-07-312-2/+108
* perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev2024-07-313-6/+66