perf hist: Make event__totals per hists
[safe/jmp/linux-2.6] / tools / perf / util / event.h
2010-05-14 Arnaldo Carvalho... perf hist: Make event__totals per hists
2010-05-10 Arnaldo Carvalho... perf hist: Introduce hists class and move lots of metho...
2010-05-09 Frederic Weisbeckerperf: Introduce a new "round of buffers read" pseudo...
2010-04-28 Arnaldo Carvalho... perf tools: Rename "kernel_info" to "machine"
2010-04-19 Zhang, Yanminperf: 'perf kvm' tool for monitoring guest performance...
2010-04-14 Tom Zanussiperf: Convert perf header build_ids into build_id events
2010-04-14 Tom Zanussiperf: Convert perf tracing data into a tracing_data...
2010-04-14 Tom Zanussiperf: Convert perf event types into event type events
2010-04-14 Tom Zanussiperf: Convert perf header attrs into attr events
2010-04-14 Tom Zanussiperf: Add pipe-specific header read/write and event...
2010-04-08 Arnaldo Carvalho... perf tools: Reorganize some structs to save space
2010-03-10 Eric B Munsonperf session: Add storage for seperating event types...
2010-01-13 Arnaldo Carvalho... perf tools: Encode kernel module mappings in perf.data
2010-01-13 Arnaldo Carvalho... perf tools: Create typedef for common event synthesizin...
2010-01-13 Arnaldo Carvalho... perf tools: Handle relocatable kernels
2009-12-28 Arnaldo Carvalho... perf tools: Move the map class definition to a separate...
2009-12-18 Arnaldo Carvalho... perf session: Make events_stats u64 to avoid overflow...
2009-12-15 Masami Hiramatsuperf probe: Check build-id of vmlinux
2009-12-15 Arnaldo Carvalho... perf session: Event statistics also are per session
2009-12-14 Arnaldo Carvalho... perf session: Move kmaps to perf_session
2009-12-14 Arnaldo Carvalho... perf session: Move the global threads list to perf_session
2009-12-14 Arnaldo Carvalho... perf session: Pass the perf_session to the event handli...
2009-12-12 Arnaldo Carvalho... perf symbols: Allow lookups by symbol name too
2009-12-12 Arnaldo Carvalho... perf symbols: Add support for 'variable' symtabs
2009-12-12 Arnaldo Carvalho... perf symbols: Introduce symbol_type__is_a
2009-12-06 OGAWA Hirofumiperf: Make common SAMPLE_EVENT parser
2009-11-27 Arnaldo Carvalho... perf tools: Consolidate symbol resolving across all...
2009-11-27 Arnaldo Carvalho... perf tools: Reorganize event processing routines, lotsa...
2009-11-27 Arnaldo Carvalho... perf symbols: Better support for multiple symbol tables...
2009-11-27 Arnaldo Carvalho... perf symbols: Add a 'type' field to struct map
2009-11-24 Arnaldo Carvalho... perf symbols: Rename find_symbol routines to find_function
2009-11-21 Arnaldo Carvalho... perf symbols: Do lazy symtab loading for the kernel...
2009-11-19 Arnaldo Carvalho... perf symbols: Kill struct build_id_list and die() anoth...
2009-11-11 Frederic Weisbeckerperf tools: Split up build id saving into fetch and...
2009-11-08 Arnaldo Carvalho... perf symbols: Use the buildids if present
2009-11-02 Arnaldo Carvalho... perf tools: Simplify the symbol priv area mechanism
2009-11-02 Arnaldo Carvalho... perf tools: Factor out the map initialization
2009-10-29 Arnaldo Carvalho... perf tools: Delay loading symtabs till we hit a map...
2009-10-27 Arnaldo Carvalho... perf tools: Generalize event synthesizing routines
2009-10-23 Arnaldo Carvalho... perf tools: Unify debug messages mechanisms
2009-10-20 Arnaldo Carvalho... perf annotate: Use the sym_priv_size area for the histogram
2009-10-20 Arnaldo Carvalho... perf tools: Add ->unmap_ip operation to struct map
2009-10-04 Arnaldo Carvalho... perf tools: Remove show_mask bitmask
2009-10-02 Arnaldo Carvalho... perf tools: Rewrite and improve support for kernel...
2009-09-30 Arnaldo Carvalho... perf tools: Use rb_tree for maps
2009-09-24 John Kacurperf tools: Protect header files with a consistent...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-19 Arjan van de Venperf: Add a sample_event type to the event_union
2009-09-19 Arjan van de Venperf: Add a timestamp to fork events
2009-09-16 Ingo Molnarperf sched: Account for lost events, increase default...
2009-08-16 Frederic Weisbeckerperf tools: Put the show mode into the event headers...
2009-08-15 Peter Zijlstraperf tools: Add some comments to the event definitions
2009-08-12 Frederic Weisbeckerperf tools: Factorize the map helpers
2009-08-12 Frederic Weisbeckerperf tools: Factorize the event structure definitions...