summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* 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
* 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/+2
* 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/+5
* 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-081-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
* perf header: Display missing featuresJiri Olsa2016-10-241-1/+9
* perf report: Move captured info to generic header infoJiri Olsa2016-10-241-0/+9
* perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa2016-10-131-1/+1
* perf tools: Use __weak definition from linux/compiler.hRui Teng2016-08-231-2/+1
* perf header: Transform nodes string info to structJiri Olsa2016-07-041-50/+26
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-9/+9
* perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-111-1/+1
* perf header: Make topology checkers to check return value of strbufMasami Hiramatsu2016-05-101-11/+20
* perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0
* perf tools: Add perf data cache featureJiri Olsa2016-02-161-0/+270
* perf tools: Introduce stat perf.data header featureJiri Olsa2015-12-171-0/+14
* perf tools: Add perf_event__fprintf_event_update functionJiri Olsa2015-12-171-0/+38
* perf tools: Add event_update event cpus typeJiri Olsa2015-12-171-0/+42
* perf tools: Add event_update event name typeJiri Olsa2015-12-171-0/+21
OpenPOWER on IntegriCloud