summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
AgeCommit message (Expand)AuthorLines
2026-02-03perf header: Add e_machine/e_flags to the headerIan Rogers-0/+33
2026-01-28perf header: Replace hardcoded max cpus by MAX_NR_CPUSSwapnil Sapkal-2/+3
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers-13/+4
2026-01-22perf sched stats: Add support for live modeSwapnil Sapkal-2/+1
2026-01-21perf header: Support CPU DOMAIN relation infoSwapnil Sapkal-0/+286
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds-4/+5
2025-11-19perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers-1/+1
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon-8/+2
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers-2/+4
2025-11-06perf record: Make sure to update build-ID cacheNamhyung Kim-1/+0
2025-07-25perf header: Clean up use of perf_envIan Rogers-76/+98
2025-07-25perf evlist: Change env variable to sessionIan Rogers-1/+1
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers-1/+1
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers-2/+2
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers-1/+14
2025-06-25perf header: Don't write empty BPF/BTF infoIan Rogers-2/+8
2025-06-25perf header: Display message if BPF/BTF info is emptyIan Rogers-0/+6
2025-06-25perf header: Allow tracing of attr eventsIan Rogers-0/+8
2025-06-25perf header: In pipe mode dump features without --header/-IIan Rogers-14/+8
2025-06-20perf record: collect BPF metadata from new programsBlake Jones-0/+1
2025-06-20perf header: remove unecessary core id testAnubhav Shelat-16/+0
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