summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c
AgeCommit message (Expand)Author
2019-11-10perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye
2019-10-11perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa
2019-10-05perf record: Support aarch64 random socket_id assignmentTan Xiaojun
2019-07-29perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo
2019-07-29perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver
2019-07-23perf tools: Fix proper buffer size for feature processingJiri Olsa
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-08Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo
2019-07-06perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo
2019-06-25perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-06-10perf header: Rename "sibling cores" to "sibling sockets"Kan Liang
2019-06-10perf header: Add die information in CPU topologyKan Liang
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov
2019-04-16perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu
2019-03-19perf bpf: Save BTF information as headers to perf.dataSong Liu
2019-03-19perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen
2019-02-19perf tools: Add numa_topology objectJiri Olsa
2019-02-19perf tools: Add cpu_topology objectJiri Olsa
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa
2019-02-14perf header: Get rid of write_it labelJiri Olsa
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov
2018-07-24perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria
2018-06-25perf record: Support s390 random socket_id assignmentThomas Richter
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo
2018-04-13perf record: Change warning for missing sysfs entry to debugThomas Richter
2018-03-16perf report: Support forced leader feature in pipe modeJiri Olsa
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa
2018-03-08perf report: Display perf.data header infoJiri Olsa