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