aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo1-3/+0
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros1-2/+17
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+98
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros1-28/+44
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros1-5/+70
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros1-10/+11
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros1-51/+50
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros1-34/+24
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros1-85/+79
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros1-55/+47
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros1-105/+125
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros1-9/+5
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros1-1/+5
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros1-48/+17
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros1-133/+77
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo1-1/+2
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang1-1/+1
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim1-1/+1
2017-06-05perf header: Set proper module name when build-id event foundNamhyung Kim1-2/+10
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros1-0/+3
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala1-6/+2
2017-03-27perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala1-1/+1
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_mapJan Stancek1-11/+5
2017-02-17perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek1-3/+16
2017-02-08perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo1-0/+1
2017-01-26perf util: Add more debug message on failure pathNamhyung Kim1-1/+3
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA1-0/+2
2016-10-24perf header: Display feature name on write failureJiri Olsa1-1/+1
2016-10-24perf header: Display missing featuresJiri Olsa1-1/+9
2016-10-24perf report: Move captured info to generic header infoJiri Olsa1-0/+9
2016-10-13perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa1-1/+1
2016-08-23perf tools: Use __weak definition from linux/compiler.hRui Teng1-2/+1
2016-07-04perf header: Transform nodes string info to structJiri Olsa1-50/+26
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-9/+9
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu1-1/+1
2016-05-10perf header: Make topology checkers to check return value of strbufMasami Hiramatsu1-11/+20
2016-03-11perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu1-5/+0
2016-02-16perf tools: Add perf data cache featureJiri Olsa1-0/+270
2015-12-17perf tools: Introduce stat perf.data header featureJiri Olsa1-0/+14
2015-12-17perf tools: Add perf_event__fprintf_event_update functionJiri Olsa1-0/+38
2015-12-17perf tools: Add event_update event cpus typeJiri Olsa1-0/+42
2015-12-17perf tools: Add event_update event name typeJiri Olsa1-0/+21