summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
AgeCommit message (Expand)AuthorLines
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen-9/+3
2019-02-19perf tools: Add numa_topology objectJiri Olsa-93/+26
2019-02-19perf tools: Add cpu_topology objectJiri Olsa-146/+4
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa-1/+1
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa-2/+0
2019-02-14perf header: Get rid of write_it labelJiri Olsa-4/+2
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo-1/+3
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo-1/+1
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo-1/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar-1/+1
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov-1/+1
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang-0/+39
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov-0/+23
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)-1/+1
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa-9/+7
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa-3/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)-1/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-2/+2
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov-3/+0
2018-07-24perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa-1/+1
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria-1/+1
2018-06-25perf record: Support s390 random socket_id assignmentThomas Richter-1/+9
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov-2/+18
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo-4/+0
2018-04-13perf record: Change warning for missing sysfs entry to debugThomas Richter-1/+2
2018-03-16perf report: Support forced leader feature in pipe modeJiri Olsa-1/+10
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa-0/+305
2018-03-08perf report: Display perf.data header infoJiri Olsa-1/+6
2018-01-08perf header: Add infrastructure to record first and last sample timeJin Yao-0/+60
2017-12-27perf perf: Remove duplicate includesPravin Shedge-2/+0
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen-0/+68
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa-1/+1
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa-10/+10
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo-3/+0
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros-2/+17
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros-0/+98
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros-28/+44
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros-5/+70
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros-10/+11
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros-51/+50
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros-34/+24
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros-85/+79
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros-55/+47
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros-105/+125
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros-9/+5
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros-1/+5
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros-48/+17
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros-133/+77