summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-08-22perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim1-2/+9
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim3-0/+54
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim3-4/+4
2024-08-21perf bpf: Remove redundant check that map is NULLYang Ruibin1-3/+0
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim2-59/+66
2024-08-21perf annotate-data: Prefer struct/union over base typeNamhyung Kim1-1/+19
2024-08-21perf annotate-data: Fix missing constant copyNamhyung Kim1-0/+1
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers7-72/+75
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim1-6/+28
2024-08-19perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-08-19perf test: Add cgroup sampling testNamhyung Kim1-0/+23
2024-08-19perf record: Fix sample cgroup & namespace trackingNamhyung Kim1-6/+3
2024-08-19perf inject: Combine mmap and mmap2 handlingIan Rogers1-62/+56
2024-08-19perf inject: Combine different mmap and mmap2 functionsIan Rogers1-123/+76
2024-08-19perf inject: Combine build_ids and build_id_all into enumIan Rogers1-20/+31
2024-08-19perf test: Expand pipe/inject testIan Rogers1-22/+79
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers2-2/+2
2024-08-19perf dso: Constify dso_idIan Rogers7-14/+16
2024-08-19perf jit: Constify filename argumentIan Rogers2-4/+5
2024-08-19perf map: API clean upIan Rogers4-22/+19
2024-08-19perf synthetic-events: Avoid unnecessary memsetIan Rogers1-1/+1
2024-08-19perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang1-0/+1
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim1-17/+30
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim1-17/+27
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim1-10/+51
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim1-9/+14
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim1-59/+58
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim1-15/+26
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim1-11/+25
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2-2/+2
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim1-0/+3
2024-08-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo9-20/+204
2024-08-16perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-08-14perf test record.sh: Raise limit of open file descriptorsVeronika Molnarova1-1/+18
2024-08-14perf test: Add new test cases for the branch counter featureKan Liang1-5/+12
2024-08-14perf script: Add branch countersKan Liang2-8/+63
2024-08-14perf annotate: Display the branch counter histogramKan Liang6-9/+74
2024-08-14perf report: Display the branch counter histogramKan Liang8-18/+246
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang2-1/+60
2024-08-14perf annotate: Save branch counters for each blockKan Liang10-22/+80
2024-08-14perf evlist: Save branch counters informationKan Liang4-6/+32
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang1-2/+0
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-08-14perf test annotate: Dump trapping test in trap handlerIan Rogers1-1/+2
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers1-0/+1
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers1-0/+31
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers2-0/+41
2024-08-13perf test: Add test for Intel TPEBS counting modeWeilin Wang1-0/+19