summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c
AgeCommit message (Expand)AuthorLines
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter-0/+2
2013-07-08perf record: Remove -A/--append optionJiri Olsa-12/+1
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa-2/+0
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim-2/+7
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim-2/+0
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim-2/+2
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker-2/+2
2013-01-31perf header: Add HEADER_GROUP_DESC featureNamhyung Kim-0/+164
2013-01-30perf header: Fix double fclose() on do_write(fd, xxx) failureThomas Jarosch-1/+3
2013-01-30perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka...Thomas Jarosch-1/+2
2013-01-25perf header: Stop using die() calls when processing tracing dataArnaldo Carvalho de Melo-6/+12
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo-6/+6
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim-27/+36
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar-0/+2
2012-10-30perf header: Fix numa topology printingNamhyung Kim-0/+2
2012-10-29perf header: Add is_perf_magic() funcFeng Tang-0/+10
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa-0/+1
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo-1/+5
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim-59/+1
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim-35/+35
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim-141/+66
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim-11/+308
2012-09-21perf kvm: Events analysis toolXiao Guangrong-1/+58
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-43/+50
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa-21/+49
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea-8/+8
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim-14/+22
2012-09-06perf header: Fix a typo on evselNamhyung Kim-1/+1
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim-0/+6
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim-1/+1
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim-3/+2
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa-1/+0
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter-0/+78
2012-08-22perf report: Update event names from header descriptionRobert Richter-1/+51
2012-08-22perf tools: Refactor print_event_desc()Robert Richter-41/+93
2012-08-17perf tools: Rename global variable 'events' in util/header.cRobert Richter-20/+20
2012-08-17perf tools: Rename some variables for better understandingRobert Richter-21/+21
2012-08-17perf tools: Fix type for evsel->ids and add size check for idsRobert Richter-4/+7
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo-2/+2
2012-08-10perf tools: Support user regs and stack in sample parsingJiri Olsa-0/+2
2012-08-10perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap checkJiri Olsa-0/+1
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo-0/+1
2012-08-07perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATAArnaldo Carvalho de Melo-0/+2
2012-08-03perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern-0/+9
2012-07-25perf tools: Dump exclude_{guest,host}, precise_ip header info tooDavid Ahern-0/+6
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo-14/+17
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo-1/+1
2012-06-12perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo-0/+32
2012-06-11perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern-7/+9