summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-08-16perf stat: Display iostat headers correctlyYicong Yang
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming
2024-08-14perf test record.sh: Raise limit of open file descriptorsVeronika Molnarova
2024-08-14perf test: Add new test cases for the branch counter featureKan Liang
2024-08-14perf script: Add branch countersKan Liang
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 report: Fix --total-cycles --stdio output errorKan Liang
2024-08-14perf test annotate: Dump trapping test in trap handlerIan Rogers
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers
2024-08-13perf test: Add test for Intel TPEBS counting modeWeilin Wang
2024-08-13perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to DocumentsWeilin Wang
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang
2024-08-13perf vendor events intel: Add MTL metric JSON filesWeilin Wang
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 kwork: Use perf_tool__init()Ian Rogers
2024-08-12perf test event_update: Ensure tools is initializedIan 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 diff: Use perf_tool__init()Ian Rogers
2024-08-12perf timechart: Use perf_tool__init()Ian Rogers
2024-08-12perf mem: Use perf_tool__init()Ian Rogers
2024-08-12perf sched: Use perf_tool__init()Ian Rogers
2024-08-12perf annotate: Use perf_tool__init()Ian Rogers
2024-08-12perf stat: Use perf_tool__init()Ian Rogers
2024-08-12perf report: Use perf_tool__init()Ian Rogers
2024-08-12perf inject: Use perf_tool__init()Ian Rogers
2024-08-12perf script: Use perf_tool__init()Ian Rogers
2024-08-12perf c2c: Use perf_tool__init()Ian Rogers
2024-08-12perf record: Use perf_tool__init()Ian Rogers
2024-08-12perf evlist: Use perf_tool__init()Ian Rogers