summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-08-16perf stat: Display iostat headers correctlyYicong Yang
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-08-14perf report: Display the branch counter histogramKan Liang
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang
2024-08-14perf annotate: Save branch counters for each blockKan Liang
2024-08-14perf evlist: Save branch counters informationKan Liang
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-12perf data: Allow to use given fd in data->file.fdWeilin Wang
2024-08-12perf parse-events: Add a retirement latency modifierIan Rogers
2024-08-12perf session: Constify toolIan Rogers
2024-08-12perf tool: Remove perf_tool__fill_defaults()Ian Rogers
2024-08-12perf data convert ctf: Use perf_tool__init()Ian Rogers
2024-08-12perf data convert json: Use perf_tool__init()Ian Rogers
2024-08-12perf record: Use perf_tool__init()Ian Rogers
2024-08-12perf buildid-list: Use perf_tool__initIan Rogers
2024-08-12perf tool: Add perf_tool__init()Ian Rogers
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-12perf s390-cpumsf: Remove unused structIan Rogers
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers
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