summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-08-01perf test: Update sample filtering testNamhyung Kim
2024-08-01perf record: Add --setup-filter optionNamhyung Kim
2024-08-01perf record: Fix a potential error handling issueNamhyung Kim
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim
2024-08-01perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim
2024-08-01perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim
2024-08-01perf jevents: Use name for special find value (PMU_EVENTS__NOT_FOUND)Ian Rogers
2024-08-01perf list: Give clues if failed to open tracing events directoryTiezhu Yang
2024-08-01perf tools: Fix wrong message when running "make JOBS=1"Tiezhu Yang
2024-08-01libperf: Add gitignoreCharlie Jenkins
2024-08-01perf arm-spe: Support multiple Arm SPE eventsLeo Yan
2024-08-01perf arm-spe: Extract evsel setting upLeo Yan
2024-08-01perf arch events: Fix duplicate RISC-V SBI firmware event nameEric Lin
2024-07-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-31perf test: make metric validation test return early when there is no metric s...Weilin Wang
2024-07-31perf ftrace profile: Add -s/--sort optionNamhyung Kim
2024-07-31perf ftrace: Add 'profile' commandNamhyung Kim
2024-07-31perf ftrace: Factor out check_ftrace_capable()Namhyung Kim
2024-07-31perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim
2024-07-31perf test pmu: Remove unused test_pmusDr. David Alan Gilbert
2024-07-31perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSFAdrian Hunter
2024-07-31perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter
2024-07-31perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark
2024-07-31perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark
2024-07-31perf inject: Convert comma to semicolonChen Ni
2024-07-31perf daemon: Convert comma to semicolonChen Ni
2024-07-31perf annotate: Convert comma to semicolonChen Ni
2024-07-31perf vendor events power10: Update JSON/eventsKajol Jain
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers
2024-07-31perf trace: Remove arg_fmt->is_enum, we can get that from the BTF typeArnaldo Carvalho de Melo
2024-07-31perf trace: Introduce trace__btf_scnprintf()Arnaldo Carvalho de Melo
2024-07-31perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...Howard Chu
2024-07-31perf test: Add landlock workloadHoward Chu