summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf evlist: Use the right prefix for 'struct evlist' header methodsArnaldo Carvalho de Melo2020-11-301-10/+5
* perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo2020-11-301-3/+2
* perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo2020-11-301-3/+2
* perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-161-4/+4
* perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2020-11-041-13/+8
* perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-141-3/+7
* perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-141-1/+3
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-2/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-1/+1
* perf tools: Fix module symbol processingJiri Olsa2020-08-131-2/+1
* perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa2020-08-131-6/+6
* perf tools: Move clockid_res_ns under clock structJiri Olsa2020-08-061-4/+4
* perf header: Store clock references for -k/--clockid optionJiri Olsa2020-08-061-0/+113