summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf header: Allow header->data_offset to be predeterminedAdrian Hunter2013-12-131-1/+2
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-101-3/+3
* perf tools: Add trace-event objectJiri Olsa2013-12-041-4/+4
* perf tools: Use correct return type for readn functionJiri Olsa2013-12-021-9/+9
* perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim2013-11-191-1/+1
* perf header: Fix bogus group nameNamhyung Kim2013-11-191-1/+3
* perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo2013-11-111-2/+2
* perf session: Separating data file properties from sessionJiri Olsa2013-10-211-9/+13
* perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2013-10-041-0/+12
* perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter2013-09-191-13/+28
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+3
* perf tools: Improve robustness of topology parsing codeStephane Eranian2013-08-141-4/+7
* perf header: Recognize version number for perf data fileJiri Olsa2013-07-171-0/+2
* perf header: Introduce feat_offset into perf_headerJiri Olsa2013-07-171-2/+4
* perf header: Remove attr_offset from perf_headerJiri Olsa2013-07-171-2/+3
* perf header: Remove data_offset seek as it's not neededJiri Olsa2013-07-171-2/+0
* perf session: Use session->fd instead of passing fd as argumentJiri Olsa2013-07-171-6/+5
* perf tools: Remove event types framework completelyJiri Olsa2013-07-151-90/+0
* perf tools: Remove event types from perf data fileJiri Olsa2013-07-151-27/+1
* perf tools: Fix missing tool parameterAdrian Hunter2013-07-121-2/+4
* perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter2013-07-081-0/+2
* perf record: Remove -A/--append optionJiri Olsa2013-07-081-12/+1
* perf tools: Remove frozen from perf_header structJiri Olsa2013-05-291-2/+0
* perf tools: Handle failure case in trace_report()Namhyung Kim2013-03-211-2/+7
* perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim2013-03-211-2/+0
* perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-151-2/+2
* perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-061-2/+2
* perf header: Add HEADER_GROUP_DESC featureNamhyung Kim2013-01-311-0/+164
* perf header: Fix double fclose() on do_write(fd, xxx) failureThomas Jarosch2013-01-301-1/+3
* perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka...Thomas Jarosch2013-01-301-1/+2
* perf header: Stop using die() calls when processing tracing dataArnaldo Carvalho de Melo2013-01-251-6/+12
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-241-6/+6
* perf header: Ensure read/write finished successfullyNamhyung Kim2013-01-241-27/+36
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-081-0/+2
|\
| * perf header: Fix numa topology printingNamhyung Kim2012-10-301-0/+2
* | perf header: Add is_perf_magic() funcFeng Tang2012-10-291-0/+10
* | perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-291-0/+1
|/
* perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-261-1/+5
* perf header: Remove perf_header__read_featureNamhyung Kim2012-09-241-59/+1
* perf header: Remove unused @feat arg from ->process callbackNamhyung Kim2012-09-241-35/+35
* perf header: Use pre-processed session env when printingNamhyung Kim2012-09-241-141/+66
* perf header: Add ->process callbacks to most of featuresNamhyung Kim2012-09-241-11/+308
* perf kvm: Events analysis toolXiao Guangrong2012-09-211-1/+58
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-43/+50
* perf tools: Back [vdso] DSO with real dataJiri Olsa2012-09-111-21/+49
* perf tools: fix ALIGN redefinition in system headersIrina Tirdea2012-09-111-8/+8
* perf header: Prepare tracepoint events regardless of nameNamhyung Kim2012-09-061-14/+22
* perf header: Fix a typo on evselNamhyung Kim2012-09-061-1/+1
* perf header: Swap pmu mapping numbers if neededNamhyung Kim2012-09-051-0/+6
* perf header: Set tracepoint event name only if not setNamhyung Kim2012-09-051-1/+1