aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao1-19/+143
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao1-0/+87
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter1-0/+5
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-9/+9
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois1-2/+2
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2020-11-30perf evlist: Use the right prefix for 'struct evlist' header methodsArnaldo Carvalho de Melo1-10/+5
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo1-3/+2
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo1-3/+2
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim1-4/+4
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo1-13/+8
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa1-3/+7
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa1-1/+3
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-2/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-1/+1
2020-08-13perf tools: Fix module symbol processingJiri Olsa1-2/+1
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa1-6/+6
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa1-4/+4
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa1-0/+113
2020-05-28perf session: Try to read pipe data from fileJiri Olsa1-4/+12
2020-05-28perf tools: Do not seek in pipe fd during tracing data processingJiri Olsa1-4/+14
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-4/+2
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-4/+3
2020-04-18perf header: Support CPU PMU capabilitiesKan Liang1-0/+108
2020-03-09perf header: Add check for unexpected use of reserved membrs in event attrKan Liang1-0/+37
2020-01-15perf header: Use last modification time for timestampMichael Petlan1-1/+1
2019-12-11perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan1-15/+6
2019-12-11perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye1-1/+3
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo1-0/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa1-2/+2
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa1-2/+2
2019-09-25libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-7/+7
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-5/+5
2019-09-20perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo1-390/+3
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+2
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-29perf header: Move CPUINFO_PROC to the only file where it is usedArnaldo Carvalho de Melo1-0/+18
2019-08-29perf header: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer1-3/+4
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-27/+27
2019-08-28libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.hJiri Olsa1-1/+1
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2019-08-14perf record: Support aarch64 random socket_id assignmentTan Xiaojun1-1/+3
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-6/+6