aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-29perf header: Add is_perf_magic() funcFeng Tang1-0/+10
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa1-0/+1
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo1-1/+5
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim1-59/+1
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim1-35/+35
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim1-141/+66
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim1-11/+308
2012-09-21perf kvm: Events analysis toolXiao Guangrong1-1/+58
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-43/+50
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa1-21/+49