aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29libperf: Add own_cpus to struct perf_evselJiri Olsa1-5/+5
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-14/+14
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa1-2/+2
2019-07-29libperf: Include perf_evlist in evlist objectJiri Olsa1-2/+2
2019-07-29perf evlist: Rename perf_evlist__add() to evlist__add()Jiri Olsa1-2/+2
2019-07-29perf evsel: Rename perf_evsel__new() to evsel__new()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-43/+43
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-29/+29
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-2/+2
2019-07-29perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo1-1/+1
2019-07-29perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver1-0/+7
2019-07-23perf tools: Fix proper buffer size for feature processingJiri Olsa1-1/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-3/+3
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-08Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo1-15/+96
2019-07-06perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu1-0/+1
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-3/+3
2019-06-25perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo1-3/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer1-1/+1
2019-06-10perf header: Rename "sibling cores" to "sibling sockets"Kan Liang1-1/+1
2019-06-10perf header: Add die information in CPU topologyKan Liang1-6/+88
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov1-0/+53
2019-04-16perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva1-9/+13
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu1-2/+3
2019-03-19perf bpf: Save BTF information as headers to perf.dataSong Liu1-1/+100
2019-03-19perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu1-1/+152
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa1-1/+43
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen1-9/+3
2019-02-19perf tools: Add numa_topology objectJiri Olsa1-93/+26
2019-02-19perf tools: Add cpu_topology objectJiri Olsa1-146/+4
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa1-1/+1
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa1-2/+0
2019-02-14perf header: Get rid of write_it labelJiri Olsa1-4/+2
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo1-1/+3
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'Tzvetomir Stoyanov1-1/+1
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang1-0/+39
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov1-0/+23
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_formatTzvetomir Stoyanov (VMware)1-1/+1
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-9/+7
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()Jiri Olsa1-3/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)1-1/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-2/+2
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov1-3/+0