summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim2012-09-051-3/+2
* perf tools: Keep the perf_event_attr on version 3Jiri Olsa2012-08-221-1/+0
* perf tools: Add pmu mappings to header informationRobert Richter2012-08-221-0/+78
* perf report: Update event names from header descriptionRobert Richter2012-08-221-1/+51
* perf tools: Refactor print_event_desc()Robert Richter2012-08-221-41/+93
* perf tools: Rename global variable 'events' in util/header.cRobert Richter2012-08-171-20/+20
* perf tools: Rename some variables for better understandingRobert Richter2012-08-171-21/+21
* perf tools: Fix type for evsel->ids and add size check for idsRobert Richter2012-08-171-4/+7
* perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo2012-08-151-2/+2
* perf tools: Support user regs and stack in sample parsingJiri Olsa2012-08-101-0/+2
* perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap checkJiri Olsa2012-08-101-0/+1
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-071-0/+1
* perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATAArnaldo Carvalho de Melo2012-08-071-0/+2
* perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern2012-08-031-0/+9
* perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern2012-07-251-0/+6
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-271-14/+17
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-06-201-1/+1
|\
| * perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-1/+1
* | perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo2012-06-121-0/+32
* | perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-111-7/+9
|/
* perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian2012-05-221-5/+5
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-1/+1
|\
| * perf build-id: Fix filename size calculationNamhyung Kim2012-05-011-1/+1
* | perf tools: Cleanup realloc useUlrich Drepper2012-04-231-11/+6
|/
* perf tools: Fix various casting issues for 32 bitsJiri Olsa2012-03-221-1/+1
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-221-2/+2
|\
| * perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-141-2/+2
| * perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian2012-01-301-1/+1
* | perf record: Add HEADER_BRANCH_STACK tagStephane Eranian2012-03-091-0/+13
* | perf tools: Make perf able to read files from older ABIsStephane Eranian2012-03-091-28/+94
* | perf tools: Fix ABI compatibility bug in print_event_desc()Stephane Eranian2012-03-091-10/+9
* | perf tools: Enable reading of perf.data files from different ABI revStephane Eranian2012-03-091-5/+48
* | perf tools: Factor out feature op to process header sectionsRobert Richter2012-02-131-15/+29
OpenPOWER on IntegriCloud