summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0Star
* perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-191-2/+17
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-191-0/+98
* perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-191-28/+44
* perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-191-5/+70
* perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-191-10/+11
* perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-191-51/+50Star
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-191-34/+24Star
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-191-85/+79Star
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-191-55/+47Star
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-191-105/+125
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-191-9/+5Star
* perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-191-1/+5
* perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-191-48/+17Star
* perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-191-133/+77Star
* perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo2017-06-191-1/+2
* perf tools: Fix build with ARCH=x86_64Jiada Wang2017-06-141-1/+1
* perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-051-1/+1
* perf header: Set proper module name when build-id event foundNamhyung Kim2017-06-051-2/+10
* perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros2017-04-111-0/+3
* perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala2017-03-271-6/+2Star
* perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala2017-03-271-1/+1
* perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-171-11/+5Star
* perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek2017-02-171-3/+16
* perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo2017-02-091-0/+1
* perf util: Add more debug message on failure pathNamhyung Kim2017-01-261-1/+3
* perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA2017-01-171-0/+2
* perf header: Display feature name on write failureJiri Olsa2016-10-241-1/+1