aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAge
* 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
* perf tools: Improve robustness of topology parsing codeStephane Eranian2013-08-14
* perf header: Recognize version number for perf data fileJiri Olsa2013-07-17
* perf header: Introduce feat_offset into perf_headerJiri Olsa2013-07-17
* perf header: Remove attr_offset from perf_headerJiri Olsa2013-07-17
* perf header: Remove data_offset seek as it's not neededJiri Olsa2013-07-17
* perf session: Use session->fd instead of passing fd as argumentJiri Olsa2013-07-17
* perf tools: Remove event types framework completelyJiri Olsa2013-07-15
* perf tools: Remove event types from perf data fileJiri Olsa2013-07-15
* perf tools: Fix missing tool parameterAdrian Hunter2013-07-12
* perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter2013-07-08
* perf record: Remove -A/--append optionJiri Olsa2013-07-08
* perf tools: Remove frozen from perf_header structJiri Olsa2013-05-29
* perf tools: Handle failure case in trace_report()Namhyung Kim2013-03-21
* perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim2013-03-21
* perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-15
* perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-06
* perf header: Add HEADER_GROUP_DESC featureNamhyung Kim2013-01-31
* perf header: Fix double fclose() on do_write(fd, xxx) failureThomas Jarosch2013-01-30
* perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka...Thomas Jarosch2013-01-30
* perf header: Stop using die() calls when processing tracing dataArnaldo Carvalho de Melo2013-01-25
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-24
* perf header: Ensure read/write finished successfullyNamhyung Kim2013-01-24
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-08
|\
| * perf header: Fix numa topology printingNamhyung Kim2012-10-30
* | perf header: Add is_perf_magic() funcFeng Tang2012-10-29
* | perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-29
|/
* perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-26
* perf header: Remove perf_header__read_featureNamhyung Kim2012-09-24
* perf header: Remove unused @feat arg from ->process callbackNamhyung Kim2012-09-24
* perf header: Use pre-processed session env when printingNamhyung Kim2012-09-24
* perf header: Add ->process callbacks to most of featuresNamhyung Kim2012-09-24
* perf kvm: Events analysis toolXiao Guangrong2012-09-21
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf tools: Back [vdso] DSO with real dataJiri Olsa2012-09-11