summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* perf header: Fix various error path memory leaksIan Rogers2023-10-121-26/+34
* perf tools: Convert to perf_record_header_attr_id()Namhyung Kim2023-08-291-1/+1
* perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim2023-08-291-5/+6
* perf tools: Allow to use cpuinfo on LoongArchYanteng Si2023-08-291-0/+2
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-251-7/+1
* perf header: Fix missing PMU capsIan Rogers2023-08-251-15/+16
* perf header: Avoid out-of-bounds readIan Rogers2023-06-121-1/+1
* perf header: Ensure bitmaps are freedIan Rogers2023-06-121-2/+10
* perf header: Make nodes dynamic in write_mem_topology()Ian Rogers2023-05-281-16/+25
* perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-1/+1
* perf pmus: Allow just core PMU scanningIan Rogers2023-05-271-4/+1
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-7/+8
* perf header: Avoid hybrid PMU list in write_pmu_capsIan Rogers2023-05-271-8/+11
* perf: Extract building cache level for a CPU into separate functionK Prateek Nayak2023-05-231-23/+39
* perf evlist: Remove nr_groupsIan Rogers2023-03-131-2/+1
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+19
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-4/+4
* perf events: Prefer union over variable length arrayIan Rogers2022-10-041-16/+8
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-07-181-0/+14
|\
| * perf inject: Adjust output data offset for backward compatibilityRaul Silvera2022-06-261-0/+14
* | perf header: Record non-CPU PMU capabilitiesRavi Bangoria2022-06-241-71/+89
* | perf header: Store PMU caps in an array of stringsRavi Bangoria2022-06-241-29/+34
* | perf header: Pass "cpu" pmu name while printing capsRavi Bangoria2022-06-241-9/+3
* | perf script: Add some missing event dumpsAdrian Hunter2022-06-231-0/+3
|/
* perf inject: Keep some features sections from input fileAdrian Hunter2022-05-231-0/+8
* perf header: Add ability to keep feature sectionsAdrian Hunter2022-05-231-8/+46
* perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-141-0/+51
* perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King2022-03-221-1/+1
* perf tools: Set build-id using build-id header on new mmap recordsJames Clark2022-03-121-0/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-3/+3
* perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-181-3/+5
* perf cputopo: Match thread_siblings to topology ABI nameIan Rogers2021-11-131-3/+3
* perf cputopo: Match die_siblings to topology ABI nameIan Rogers2021-11-131-4/+4
* perf cputopo: Update to use pakage_cpusIan Rogers2021-11-131-3/+3
* perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky2021-11-011-6/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+2
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-2/+2
* | perf header: Fix spelling mistake "cant'" -> "can't"Colin Ian King2021-08-311-1/+1
* | perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-021-6/+6
|/
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-091-2/+2
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-2/+2
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-5/+5
* perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao2021-05-171-19/+143
* perf header: Support HYBRID_TOPOLOGY featureJin Yao2021-05-171-0/+87
* perf inject: Add facility to do in place updateAdrian Hunter2021-05-121-0/+5
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-9/+9
* perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-061-2/+2
* perf tools: Simplify the calculation of variablesJiapeng Chong2021-02-181-1/+1
* perf inject: Correct event attribute sizesAl Grant2021-01-151-0/+8