aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/event.h
AgeCommit message (Expand)Author
2010-04-08perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo
2010-03-10perf session: Add storage for seperating event types in reportEric B Munson
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo
2010-01-13perf tools: Create typedef for common event synthesizing callbackArnaldo Carvalho de Melo
2010-01-13perf tools: Handle relocatable kernelsArnaldo Carvalho de Melo
2009-12-28perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo
2009-12-18perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu
2009-12-15perf session: Event statistics also are per sessionArnaldo Carvalho de Melo
2009-12-14perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo
2009-12-14perf session: Move the global threads list to perf_sessionArnaldo Carvalho de Melo
2009-12-14perf session: Pass the perf_session to the event handling operationsArnaldo Carvalho de Melo
2009-12-12perf symbols: Allow lookups by symbol name tooArnaldo Carvalho de Melo
2009-12-12perf symbols: Add support for 'variable' symtabsArnaldo Carvalho de Melo
2009-12-12perf symbols: Introduce symbol_type__is_aArnaldo Carvalho de Melo
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi
2009-11-27perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo
2009-11-27perf symbols: Better support for multiple symbol tables per dsoArnaldo Carvalho de Melo
2009-11-27perf symbols: Add a 'type' field to struct mapArnaldo Carvalho de Melo
2009-11-24perf symbols: Rename find_symbol routines to find_functionArnaldo Carvalho de Melo
2009-11-21perf symbols: Do lazy symtab loading for the kernel & modules tooArnaldo Carvalho de Melo
2009-11-19perf symbols: Kill struct build_id_list and die() another dayArnaldo Carvalho de Melo
2009-11-11perf tools: Split up build id saving into fetch and writeFrederic Weisbecker
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo
2009-11-02perf tools: Factor out the map initializationArnaldo Carvalho de Melo
2009-10-29perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo
2009-10-20perf annotate: Use the sym_priv_size area for the histogramArnaldo Carvalho de Melo
2009-10-20perf tools: Add ->unmap_ip operation to struct mapArnaldo Carvalho de Melo
2009-10-04perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo
2009-10-02perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo
2009-09-30perf tools: Use rb_tree for mapsArnaldo Carvalho de Melo
2009-09-24perf tools: Protect header files with a consistent styleJohn Kacur
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-19perf: Add a sample_event type to the event_unionArjan van de Ven
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker
2009-08-15perf tools: Add some comments to the event definitionsPeter Zijlstra
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker