summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* perf evlist: Add backpointer for perf_env to evlistKan Liang2015-08-281-0/+1
* perf header: Use argv style storage for cmdline feature dataJiri Olsa2015-07-211-15/+20
* perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring2015-06-251-2/+1
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-0/+1
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-4/+4
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-291-1/+1
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-5/+1
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-041-4/+27
* perf header: Add AUX area tracing featureAdrian Hunter2015-04-291-0/+14
* perf tools: Fix cross-endian analysisDavid Ahern2015-04-101-1/+4
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-081-22/+7
* perf record: Add clockid parameterPeter Zijlstra2015-04-081-0/+3
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-1/+1
* perf header: Set header version correctlyNamhyung Kim2015-01-291-1/+1
* perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim2014-11-191-9/+1
* perf tools: Add core support for sampling intr machine state regsStephane Eranian2014-11-161-0/+1
* perf tools: Fix build-id matching on vmlinuxNamhyung Kim2014-11-051-1/+1
* perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim2014-11-051-336/+1
* perf build-id: Rename dsos__write_buildid_table()Namhyung Kim2014-11-051-4/+2
* perf tools: Ensure return negative value when write header errorWang Nan2014-10-291-2/+5
* perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan2014-10-291-6/+21
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-301-14/+18
* perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter2014-07-231-5/+5
* perf tools: Add dsos__hit_all()Adrian Hunter2014-07-231-0/+41
* perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox2014-01-201-1/+1
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-10/+9
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-5/+5
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-2/+1
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-4/+2