summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-07-291-1/+1
* perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-07-291-0/+7
* perf tools: Fix proper buffer size for feature processingJiri Olsa2019-07-231-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-3/+3
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo2019-07-081-15/+96
|\
| * perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo2019-07-021-3/+3
| * perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo2019-06-261-3/+2Star
| * tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
| * perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-06-251-1/+1
| * perf header: Rename "sibling cores" to "sibling sockets"Kan Liang2019-06-101-1/+1
| * perf header: Add die information in CPU topologyKan Liang2019-06-101-6/+88
* | perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu2019-07-061-0/+1
|/
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-151-0/+53
* perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva2019-04-161-9/+13
* perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu2019-03-211-2/+3
* perf bpf: Save BTF information as headers to perf.dataSong Liu2019-03-191-1/+100
* perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu2019-03-191-1/+152
* perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-111-1/+43
* perf tools: Add perf_exe() helper to find perf binaryAndi Kleen2019-02-251-9/+3Star
* perf tools: Add numa_topology objectJiri Olsa2019-02-191-93/+26Star
* perf tools: Add cpu_topology objectJiri Olsa2019-02-191-146/+4Star
* perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-02-191-1/+1
* perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa2019-02-141-2/+0Star
* perf header: Get rid of write_it labelJiri Olsa2019-02-141-4/+2Star
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2018-12-181-1/+3
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-171-1/+1
* perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2018-11-221-0/+39
* perf record: Encode -k clockid frequency into Perf traceAlexey Budankov2018-10-181-0/+23
* tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)2018-09-191-1/+1
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-9/+7Star
* perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa2018-08-301-3/+3
* tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-2/+2
* perf tools: Drop unneeded bitmap_zero() callsYury Norov2018-08-081-3/+0Star
* perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa2018-07-241-1/+1
* perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-251-1/+1
* perf record: Support s390 random socket_id assignmentThomas Richter2018-06-251-1/+9
* perf record: Enable arbitrary event names thru name= modifierAlexey Budankov2018-06-061-2/+18
* perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo2018-06-041-4/+0Star
* perf record: Change warning for missing sysfs entry to debugThomas Richter2018-04-131-1/+2
* perf report: Support forced leader feature in pipe modeJiri Olsa2018-03-161-1/+10
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-081-0/+305
* perf report: Display perf.data header infoJiri Olsa2018-03-081-1/+6
* perf header: Add infrastructure to record first and last sample timeJin Yao2018-01-081-0/+60
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-2/+0Star
* perf record: Synthesize unit/scale/... in event updateAndi Kleen2017-11-291-0/+68