summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf header: Remove repipe optionIan Rogers2024-08-301-14/+5
* perf inject: Overhaul handling of pipe filesIan Rogers2024-08-301-6/+6
* perf header: Allow attributes to be written after dataIan Rogers2024-08-291-39/+67
* perf header: Fail read if header sections overlapIan Rogers2024-08-291-0/+18
* perf tool: Constify tool pointersIan Rogers2024-08-121-3/+3
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-4/+4
* perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-031-4/+4
* perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang2023-12-131-2/+3
* perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter2023-11-271-1/+3
* perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo2023-11-101-0/+8
* perf header: Support num and width of branch countersKan Liang2023-11-061-3/+15
* 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-071-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