summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c (follow)
Commit message (Expand)AuthorAge
* perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-08-25
* perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-08-25
* perf header: Set proper module name when build-id event foundNamhyung Kim2018-04-13
* Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar2015-09-16
|\
| * perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo2015-09-13
* | perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo2015-09-14
* | perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo2015-09-14
* | perf env: Read msr pmu type from headerKan Liang2015-09-14
* | perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo2015-09-14
* | perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang2015-09-02
|/
* perf evlist: Add backpointer for perf_env to evlistKan Liang2015-08-28
* perf header: Use argv style storage for cmdline feature dataJiri Olsa2015-07-21
* perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring2015-06-25
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-08
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-03
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-29
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-29
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-04
* perf header: Add AUX area tracing featureAdrian Hunter2015-04-29
* perf tools: Fix cross-endian analysisDavid Ahern2015-04-10
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-08
* perf record: Add clockid parameterPeter Zijlstra2015-04-08
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-23
* perf header: Set header version correctlyNamhyung Kim2015-01-29
* perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim2014-11-19
* perf tools: Add core support for sampling intr machine state regsStephane Eranian2014-11-16
* perf tools: Fix build-id matching on vmlinuxNamhyung Kim2014-11-05
* perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim2014-11-05
* perf build-id: Rename dsos__write_buildid_table()Namhyung Kim2014-11-05
* perf tools: Ensure return negative value when write header errorWang Nan2014-10-29
* perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan2014-10-29
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-30
* perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter2014-07-23
* perf tools: Add dsos__hit_all()Adrian Hunter2014-07-23
* perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox2014-01-20
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-13
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-26
* perf header: Allow header->data_offset to be predeterminedAdrian Hunter2013-12-13
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-10
* perf tools: Add trace-event objectJiri Olsa2013-12-04
* perf tools: Use correct return type for readn functionJiri Olsa2013-12-02
* perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim2013-11-19
* perf header: Fix bogus group nameNamhyung Kim2013-11-19
* perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo2013-11-11
* perf session: Separating data file properties from sessionJiri Olsa2013-10-21
* perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2013-10-04
* perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter2013-09-19
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-11