aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/header.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17perf tools: Don't die() in do_write()Arnaldo Carvalho de Melo1-11/+22
2009-11-17perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo1-7/+11
2009-11-17perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo1-6/+12
2009-11-17perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo1-8/+22
2009-11-17perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo1-10/+12
2009-11-16perf tools: Generalize perf_header__adds_read()Arnaldo Carvalho de Melo1-54/+69
2009-11-16perf symbols: Pass the offset to perf_header__read_build_ids()Arnaldo Carvalho de Melo1-1/+1
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker1-35/+75
2009-11-11perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker1-10/+2
2009-11-11perf tools: Read the build-ids from the header layerFrederic Weisbecker1-2/+12
2009-11-11perf tools: Split up build id saving into fetch and writeFrederic Weisbecker1-24/+17
2009-11-11perf tools: Move the build-id storage operations to headersFrederic Weisbecker1-3/+38
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo1-0/+10
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo1-1/+1
2009-10-19perf tools: Use DECLARE_BITMAP instead of an open-coded arrayFrederic Weisbecker1-13/+9
2009-10-19perf tools: Introduce bitmask'ed additional headersFrederic Weisbecker1-44/+56
2009-10-08perf tools: Provide backward compatibility with previous perf.data versionFrederic Weisbecker1-1/+7
2009-10-07perf tools: Merge trace.info content into perf.dataFrederic Weisbecker1-0/+42
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-19perf utils: Use a define for the maximum length of a trace eventArjan van de Ven1-7/+7
2009-09-19perf: Store trace event name/id pairs in perf.dataArjan van de Ven1-0/+59
2009-09-03perf tools: Seek to the end of the header areaIngo Molnar1-1/+1
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker1-0/+35
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit1-0/+2
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra1-1/+2
2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra1-0/+242