aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-17perf tools: Add event_update event scale typeJiri Olsa1-0/+26
2015-12-17perf tools: Add event_update event unit typeJiri Olsa1-0/+44
2015-12-17perf tools: Add event_update user level eventJiri Olsa1-0/+20
2015-12-09perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu1-1/+1
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar1-2/+2
2015-09-14perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo1-0/+1
2015-09-14perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo1-16/+12
2015-09-14perf env: Read msr pmu type from headerKan Liang1-0/+3
2015-09-14perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo1-39/+5
2015-09-13perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-09-02perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang1-5/+89
2015-08-28perf evlist: Add backpointer for perf_env to evlistKan Liang1-0/+1
2015-07-21perf header: Use argv style storage for cmdline feature dataJiri Olsa1-15/+20
2015-06-25perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring1-2/+1
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-0/+1
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan1-4/+4
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-5/+1
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter1-4/+27
2015-04-29perf header: Add AUX area tracing featureAdrian Hunter1-0/+14
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern1-1/+4
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra1-22/+7
2015-04-08perf record: Add clockid parameterPeter Zijlstra1-0/+3
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa1-1/+1
2015-01-29perf header: Set header version correctlyNamhyung Kim1-1/+1
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim1-9/+1
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian1-0/+1
2014-11-05perf tools: Fix build-id matching on vmlinuxNamhyung Kim1-1/+1