summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add perf_exe() helper to find perf binaryAndi Kleen2019-02-251-9/+3
* perf tools: Add numa_topology objectJiri Olsa2019-02-191-93/+26
* perf tools: Add cpu_topology objectJiri Olsa2019-02-191-146/+4
* 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/+0
* perf header: Get rid of write_it labelJiri Olsa2019-02-141-4/+2
* 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-211-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/+7
* 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/+0
* 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/+0
* 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/+0
* perf record: Synthesize unit/scale/... in event updateAndi Kleen2017-11-291-0/+68
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-1/+1
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-10/+10
|/
* perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo2017-08-171-3/+0
* perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-181-2/+17
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-181-0/+98
* perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-181-28/+44
* perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-181-5/+70
* perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-181-10/+11
* perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-181-51/+50
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-181-34/+24
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-181-85/+79
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-181-55/+47
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-181-105/+125
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-181-9/+5
* perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-181-1/+5
* perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-181-48/+17
* perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-181-133/+77