summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Add event_update event scale typeJiri Olsa2015-12-171-0/+26
* perf tools: Add event_update event unit typeJiri Olsa2015-12-171-0/+44
* perf tools: Add event_update user level eventJiri Olsa2015-12-171-0/+20
* perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu2015-12-091-1/+1
* Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar2015-09-161-2/+2
|\
| * perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo2015-09-131-2/+2
* | perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo2015-09-141-0/+1
* | perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo2015-09-141-16/+12
* | perf env: Read msr pmu type from headerKan Liang2015-09-141-0/+3
* | perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo2015-09-141-39/+5
* | perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang2015-09-021-5/+89
|/
OpenPOWER on IntegriCloud