summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers
2024-08-19perf dso: Constify dso_idIan Rogers
2024-08-19perf jit: Constify filename argumentIan Rogers
2024-08-19perf map: API clean upIan Rogers
2024-08-19perf synthetic-events: Avoid unnecessary memsetIan Rogers
2024-08-19perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim
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