summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c
AgeCommit message (Expand)Author
2018-04-13perf header: Set proper module name when build-id event foundNamhyung Kim
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar
2015-09-14perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo
2015-09-14perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo
2015-09-14perf env: Read msr pmu type from headerKan Liang
2015-09-14perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo
2015-09-13perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo
2015-09-02perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang
2015-08-28perf evlist: Add backpointer for perf_env to evlistKan Liang
2015-07-21perf header: Use argv style storage for cmdline feature dataJiri Olsa
2015-06-25perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter
2015-04-29perf header: Add AUX area tracing featureAdrian Hunter
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa
2015-01-29perf header: Set header version correctlyNamhyung Kim
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian
2014-11-05perf tools: Fix build-id matching on vmlinuxNamhyung Kim
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim
2014-11-05perf build-id: Rename dsos__write_buildid_table()Namhyung Kim
2014-10-29perf tools: Ensure return negative value when write header errorWang Nan
2014-10-29perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-13perf header: Allow header->data_offset to be predeterminedAdrian Hunter
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo
2013-12-04perf tools: Add trace-event objectJiri Olsa
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim
2013-11-19perf header: Fix bogus group nameNamhyung Kim
2013-11-11perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo
2013-10-21perf session: Separating data file properties from sessionJiri Olsa
2013-10-04perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim
2013-09-19perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-14perf tools: Improve robustness of topology parsing codeStephane Eranian
2013-07-17perf header: Recognize version number for perf data fileJiri Olsa