aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-0/+1
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin1-0/+3
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo1-0/+6
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-11/+11
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-12/+9
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-12/+26
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-1/+1
2011-06-03perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-2/+0
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-1/+11
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-2/+4
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo1-2/+4
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-33/+36
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-9/+9
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-2/+3
2010-12-09perf session: Consolidate the dump codeThomas Gleixner1-0/+1
2010-12-09perf event: Prevent unbound event__name array accessThomas Gleixner1-1/+1
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo1-3/+4
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-6/+14
2010-08-04perf: expose event__process functionSrikar Dronamraju1-0/+1
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo1-2/+3
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-0/+2
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-14/+0
2010-05-09perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker1-1/+2
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-2/+2
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-3/+7
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi1-0/+2
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-0/+7
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi1-0/+14
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi1-1/+9
2010-04-14perf: Add pipe-specific header read/write and event processing codeTom Zanussi1-0/+4
2010-04-08perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo1-2/+2
2010-03-10perf session: Add storage for seperating event types in reportEric B Munson1-0/+9
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo1-0/+2
2010-01-13perf tools: Create typedef for common event synthesizing callbackArnaldo Carvalho de Melo1-7/+5
2010-01-13perf tools: Handle relocatable kernelsArnaldo Carvalho de Melo1-0/+4
2009-12-28perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo1-62/+3
2009-12-18perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo1-2/+2
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu1-0/+2
2009-12-15perf session: Event statistics also are per sessionArnaldo Carvalho de Melo1-5/+0
2009-12-14perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo1-4/+6
2009-12-14perf session: Move the global threads list to perf_sessionArnaldo Carvalho de Melo1-2/+2
2009-12-14perf session: Pass the perf_session to the event handling operationsArnaldo Carvalho de Melo1-6/+13
2009-12-12perf symbols: Allow lookups by symbol name tooArnaldo Carvalho de Melo1-0/+2
2009-12-12perf symbols: Add support for 'variable' symtabsArnaldo Carvalho de Melo1-1/+2
2009-12-12perf symbols: Introduce symbol_type__is_aArnaldo Carvalho de Melo1-2/+2
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi1-1/+16
2009-11-27perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo1-0/+4
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo1-0/+17
2009-11-27perf symbols: Better support for multiple symbol tables per dsoArnaldo Carvalho de Melo1-5/+7
2009-11-27perf symbols: Add a 'type' field to struct mapArnaldo Carvalho de Melo1-3/+9