summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-08-19perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo
2024-08-19perf test: Add cgroup sampling testNamhyung Kim
2024-08-19perf record: Fix sample cgroup & namespace trackingNamhyung Kim
2024-08-19perf inject: Combine mmap and mmap2 handlingIan Rogers
2024-08-19perf inject: Combine different mmap and mmap2 functionsIan Rogers
2024-08-19perf inject: Combine build_ids and build_id_all into enumIan Rogers
2024-08-19perf test: Expand pipe/inject testIan Rogers
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-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