summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
AgeCommit message (Expand)AuthorLines
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim-0/+2
2025-02-24perf header: Switch mem topology to io_dir__readdirIan Rogers-15/+16
2024-12-10perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han-1/+4
2024-12-10perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han-1/+2
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers-1/+21
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers-4/+5
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers-51/+0
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-08-30perf header: Remove repipe optionIan Rogers-14/+5
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers-6/+6
2024-08-29perf header: Allow attributes to be written after dataIan Rogers-39/+67
2024-08-29perf header: Fail read if header sections overlapIan Rogers-0/+18
2024-08-12perf tool: Constify tool pointersIan Rogers-3/+3
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-4/+4
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers-4/+4
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang-2/+3
2023-11-27perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter-1/+3
2023-11-10perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo-0/+8
2023-11-06perf header: Support num and width of branch countersKan Liang-3/+15
2023-10-12perf header: Fix various error path memory leaksIan Rogers-26/+34
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim-1/+1
2023-08-29perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim-5/+6
2023-08-29perf tools: Allow to use cpuinfo on LoongArchYanteng Si-0/+2
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers-7/+1
2023-08-25perf header: Fix missing PMU capsIan Rogers-15/+16
2023-06-12perf header: Avoid out-of-bounds readIan Rogers-1/+1
2023-06-12perf header: Ensure bitmaps are freedIan Rogers-2/+10
2023-05-28perf header: Make nodes dynamic in write_mem_topology()Ian Rogers-16/+25
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers-1/+1
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers-4/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-7/+8
2023-05-27perf header: Avoid hybrid PMU list in write_pmu_capsIan Rogers-8/+11
2023-05-23perf: Extract building cache level for a CPU into separate functionK Prateek Nayak-23/+39
2023-03-13perf evlist: Remove nr_groupsIan Rogers-2/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-0/+19
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson-4/+4
2022-10-04perf events: Prefer union over variable length arrayIan Rogers-16/+8
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-0/+14
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera-0/+14
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria-71/+89
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria-29/+34
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria-9/+3
2022-06-23perf script: Add some missing event dumpsAdrian Hunter-0/+3
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter-0/+8
2022-05-23perf header: Add ability to keep feature sectionsAdrian Hunter-8/+46
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev-0/+51
2022-03-22perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King-1/+1
2022-03-12perf tools: Set build-id using build-id header on new mmap recordsJames Clark-0/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers-3/+3
2021-12-06perf header: Fix memory leaks when processing feature headersIan Rogers-5/+10