summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2024-08-14perf report: Display the branch counter histogramKan Liang-18/+246
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang-1/+60
2024-08-14perf annotate: Save branch counters for each blockKan Liang-22/+80
2024-08-14perf evlist: Save branch counters informationKan Liang-6/+32
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang-2/+0
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang-1/+2
2024-08-14perf test annotate: Dump trapping test in trap handlerIan Rogers-1/+2
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers-0/+1
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers-0/+31
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers-0/+41
2024-08-13perf test: Add test for Intel TPEBS counting modeWeilin Wang-0/+19
2024-08-13perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to DocumentsWeilin Wang-0/+31
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang-0/+12
2024-08-13perf vendor events intel: Add MTL metric JSON filesWeilin Wang-0/+2677
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang-2/+564
2024-08-12perf data: Allow to use given fd in data->file.fdWeilin Wang-1/+6
2024-08-12perf parse-events: Add a retirement latency modifierIan Rogers-1/+6
2024-08-12perf session: Constify toolIan Rogers-4/+4
2024-08-12perf tool: Remove perf_tool__fill_defaults()Ian Rogers-96/+0
2024-08-12perf kwork: Use perf_tool__init()Ian Rogers-6/+5
2024-08-12perf test event_update: Ensure tools is initializedIan Rogers-0/+1
2024-08-12perf data convert ctf: Use perf_tool__init()Ian Rogers-16/+14
2024-08-12perf data convert json: Use perf_tool__init()Ian Rogers-23/+20
2024-08-12perf diff: Use perf_tool__init()Ian Rogers-15/+13
2024-08-12perf timechart: Use perf_tool__init()Ian Rogers-9/+8
2024-08-12perf mem: Use perf_tool__init()Ian Rogers-16/+17
2024-08-12perf sched: Use perf_tool__init()Ian Rogers-9/+7
2024-08-12perf annotate: Use perf_tool__init()Ian Rogers-22/+20
2024-08-12perf stat: Use perf_tool__init()Ian Rogers-9/+9
2024-08-12perf report: Use perf_tool__init()Ian Rogers-28/+27
2024-08-12perf inject: Use perf_tool__init()Ian Rogers-48/+43
2024-08-12perf script: Use perf_tool__init()Ian Rogers-35/+30
2024-08-12perf c2c: Use perf_tool__init()Ian Rogers-18/+13
2024-08-12perf record: Use perf_tool__init()Ian Rogers-18/+31
2024-08-12perf evlist: Use perf_tool__init()Ian Rogers-5/+5
2024-08-12perf lock: Use perf_tool__init()Ian Rogers-19/+18
2024-08-12perf kvm: Use perf_tool__init()Ian Rogers-9/+6
2024-08-12perf buildid-list: Use perf_tool__initIan Rogers-35/+35
2024-08-12perf kmem: Use perf_tool__initIan Rogers-9/+8
2024-08-12perf tool: Add perf_tool__init()Ian Rogers-0/+59
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers-311/+331
2024-08-12perf tool: Constify tool pointersIan Rogers-316/+314
2024-08-12perf s390-cpumsf: Remove unused structIan Rogers-5/+0
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers-123/+41
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers-0/+5
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim-2/+10
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim-6/+92
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim-23/+212
2024-08-12perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers-117/+60
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim-2/+3