aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers1-4/+4
2023-12-13perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2023-11-27perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter1-1/+3
2023-11-10perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo1-0/+8
2023-11-06perf header: Support num and width of branch countersKan Liang1-3/+15
2023-10-12perf header: Fix various error path memory leaksIan Rogers1-26/+34
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim1-1/+1
2023-08-29perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim1-5/+6
2023-08-29perf tools: Allow to use cpuinfo on LoongArchYanteng Si1-0/+2
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers1-7/+1
2023-08-25perf header: Fix missing PMU capsIan Rogers1-15/+16
2023-06-12perf header: Avoid out-of-bounds readIan Rogers1-1/+1
2023-06-12perf header: Ensure bitmaps are freedIan Rogers1-2/+10
2023-05-28perf header: Make nodes dynamic in write_mem_topology()Ian Rogers1-16/+25
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers1-1/+1
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-4/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-7/+8
2023-05-27perf header: Avoid hybrid PMU list in write_pmu_capsIan Rogers1-8/+11
2023-05-23perf: Extract building cache level for a CPU into separate functionK Prateek Nayak1-23/+39
2023-03-13perf evlist: Remove nr_groupsIan Rogers1-2/+1
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+19
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-4/+4
2022-10-04perf events: Prefer union over variable length arrayIan Rogers1-16/+8
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+14
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera1-0/+14
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria1-71/+89
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria1-29/+34
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria1-9/+3
2022-06-23perf script: Add some missing event dumpsAdrian Hunter1-0/+3
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter1-0/+8
2022-05-23perf header: Add ability to keep feature sectionsAdrian Hunter1-8/+46
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev1-0/+51
2022-03-22perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King1-1/+1
2022-03-12perf tools: Set build-id using build-id header on new mmap recordsJames Clark1-0/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-3/+3
2021-12-06perf header: Fix memory leaks when processing feature headersIan Rogers1-5/+10
2021-11-18perf evsel: Fix memory leaks relating to unitIan Rogers1-3/+5
2021-11-13perf cputopo: Match thread_siblings to topology ABI nameIan Rogers1-3/+3
2021-11-13perf cputopo: Match die_siblings to topology ABI nameIan Rogers1-4/+4
2021-11-13perf cputopo: Update to use pakage_cpusIan Rogers1-3/+3
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky1-6/+7
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-2/+2
2021-08-31perf header: Fix spelling mistake "cant'" -> "can't"Colin Ian King1-1/+1
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim1-6/+6
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa1-2/+2
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-2/+2
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-5/+5
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao1-19/+143
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao1-0/+87