summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim
2024-08-12perf script: add --addr2line optionMartin Liška
2024-08-09perf annotate-data: Support --skip-empty optionNamhyung Kim
2024-08-09perf debuginfo: Fix the build with !HAVE_DWARF_SUPPORTArnaldo Carvalho de Melo
2024-08-09perf script python: Add the 'ins_lat' field to event handlerZixian Cai
2024-08-08perf callchain: Fix stitch LBR memory leaksIan Rogers
2024-08-08perf annotate-data: Show typedef names properlyNamhyung Kim
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim
2024-08-08perf hist: Fix reference counting of branch_infoIan Rogers
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim
2024-08-01perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim
2024-08-01perf python: Remove PYTHON_PERF ifdefsIan Rogers
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo
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 list: Give clues if failed to open tracing events directoryTiezhu Yang
2024-07-31perf ftrace: Add 'profile' commandNamhyung Kim
2024-07-31perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim
2024-07-31perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSFAdrian Hunter
2024-07-31perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushedJames Clark
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 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-26perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers
2024-07-03perf comm str: Avoid sort during insertIan Rogers