aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim1-336/+1
2014-11-05perf build-id: Rename dsos__write_buildid_table()Namhyung Kim1-4/+2
2014-10-29perf tools: Ensure return negative value when write header errorWang Nan1-2/+5
2014-10-29perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan1-6/+21
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-14/+18
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter1-5/+5
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter1-0/+41
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox1-1/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-10/+9
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-5/+5
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-2/+1
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-4/+2
2013-12-13perf header: Allow header->data_offset to be predeterminedAdrian Hunter1-1/+2
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo1-3/+3
2013-12-04perf tools: Add trace-event objectJiri Olsa1-4/+4
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa1-9/+9
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim1-1/+1
2013-11-19perf header: Fix bogus group nameNamhyung Kim1-1/+3
2013-11-11perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo1-2/+2
2013-10-21perf session: Separating data file properties from sessionJiri Olsa1-9/+13
2013-10-04perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim1-0/+12
2013-09-19perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter1-13/+28
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+3
2013-08-14perf tools: Improve robustness of topology parsing codeStephane Eranian1-4/+7
2013-07-17perf header: Recognize version number for perf data fileJiri Olsa1-0/+2
2013-07-17perf header: Introduce feat_offset into perf_headerJiri Olsa1-2/+4
2013-07-17perf header: Remove attr_offset from perf_headerJiri Olsa1-2/+3
2013-07-17perf header: Remove data_offset seek as it's not neededJiri Olsa1-2/+0
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa1-6/+5
2013-07-15perf tools: Remove event types framework completelyJiri Olsa1-90/+0
2013-07-15perf tools: Remove event types from perf data fileJiri Olsa1-27/+1
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter1-2/+4
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf record: Remove -A/--append optionJiri Olsa1-12/+1
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa1-2/+0
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim1-2/+7
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim1-2/+0
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim1-2/+2
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker1-2/+2
2013-01-31perf header: Add HEADER_GROUP_DESC featureNamhyung Kim1-0/+164
2013-01-30perf header: Fix double fclose() on do_write(fd, xxx) failureThomas Jarosch1-1/+3
2013-01-30perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" caseThomas Jarosch1-1/+2
2013-01-25perf header: Stop using die() calls when processing tracing dataArnaldo Carvalho de Melo1-6/+12
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo1-6/+6
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim1-27/+36
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+2
2012-10-30perf header: Fix numa topology printingNamhyung Kim1-0/+2