summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c
AgeCommit message (Expand)Author
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-10-04perf events: Prefer union over variable length arrayIan Rogers
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria
2022-06-23perf script: Add some missing event dumpsAdrian Hunter
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter
2022-05-23perf header: Add ability to keep feature sectionsAdrian Hunter
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev
2022-03-22perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King
2022-03-12perf tools: Set build-id using build-id header on new mmap recordsJames Clark
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-06perf header: Fix memory leaks when processing feature headersIan Rogers
2021-11-18perf evsel: Fix memory leaks relating to unitIan Rogers
2021-11-13perf cputopo: Match thread_siblings to topology ABI nameIan Rogers
2021-11-13perf cputopo: Match die_siblings to topology ABI nameIan Rogers
2021-11-13perf cputopo: Update to use pakage_cpusIan Rogers
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-08-31perf header: Fix spelling mistake "cant'" -> "can't"Colin Ian King
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong
2021-01-15perf inject: Correct event attribute sizesAl Grant
2020-11-30perf evlist: Use the right prefix for 'struct evlist' header methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-08-13perf tools: Fix module symbol processingJiri Olsa
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa