perf hist: Make event__totals per hists
[safe/jmp/linux-2.6] / tools / perf / builtin-report.c
2010-05-14 Arnaldo Carvalho... perf hist: Make event__totals per hists
2010-05-12 Arnaldo Carvalho... perf report: Librarize the annotation code and use...
2010-05-11 Arnaldo Carvalho... perf hist: Adopt filter by dso and by thread methods...
2010-05-10 Arnaldo Carvalho... perf hist: Calculate max_sym name len and nr_entries
2010-05-10 Arnaldo Carvalho... perf hist: Introduce hists class and move lots of metho...
2010-05-10 Arnaldo Carvalho... perf report: Allow limiting the number of entries to...
2010-05-09 Arnaldo Carvalho... perf hist: Simplify the insertion of new hist_entry...
2010-05-09 Arnaldo Carvalho... perf report: Fix leak of resolved callchains array...
2010-05-09 Arnaldo Carvalho... perf callchain: Move validate_callchain to callchain lib
2010-05-08 Pekka Enbergperf report: Document '--call-graph' better for usage
2010-05-02 Tom Zanussiperf: add perf-inject builtin
2010-04-28 Arnaldo Carvalho... perf machines: Make the machines class adopt the dsos__...
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 report: Introduce special handling for pipe input
2010-04-14 Ian Munsieperf: Fix endianness argument compatibility with OPT_BO...
2010-04-03 Arnaldo Carvalho... perf newt: Pass the input_name to perf_session__browse_...
2010-04-03 Arnaldo Carvalho... perf tools: Move the prototypes in util/string.h to...
2010-04-02 Arnaldo Carvalho... perf tools: sort_dimension__add shouldn't die
2010-04-02 Arnaldo Carvalho... perf session: Remove one more exit() call from library...
2010-04-02 Arnaldo Carvalho... perf hist: Only allocate callchain_node if processing...
2010-04-02 Arnaldo Carvalho... perf report: Add progress bars
2010-03-26 Arnaldo Carvalho... perf callchains: Store the map together with the symbol
2010-03-22 Frederic Weisbeckerperf: Fix orphan callchain branches
2010-03-12 Arnaldo Carvalho... perf report: Implement initial UI using newt
2010-03-10 Eric B Munsonperf report: Add multiple event support
2010-03-10 Eric B Munsonperf session: Change perf_session post processing funct...
2010-03-10 Eric B Munsonperf session: Change add_hist_entry to take the tree...
2010-01-29 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-27 Yong Wangperf report: Fix segmentation fault when running with...
2010-01-16 Arnaldo Carvalho... perf tools: Don't cast RIP to pointers
2010-01-13 Arnaldo Carvalho... perf report: Fix --no-call-chain option handling
2009-12-30 Arnaldo Carvalho... perf report: Add --hide-unresolved/-U command line...
2009-12-28 Arnaldo Carvalho... perf session: Remove redundant prefix & suffix from...
2009-12-28 Arnaldo Carvalho... perf session: Move full_paths config to symbol_conf
2009-12-28 Arnaldo Carvalho... perf session: Remove sample_type_check from event_ops
2009-12-18 Arnaldo Carvalho... perf diff: Fix usage array, it must end with a NULL...
2009-12-18 Arnaldo Carvalho... perf session: Make events_stats u64 to avoid overflow...
2009-12-16 Arnaldo Carvalho... perf diff: Use perf_session__fprintf_hists just like...
2009-12-16 Arnaldo Carvalho... perf report: Fix cut'n'paste error recently introduced
2009-12-16 Arnaldo Carvalho... perf session: Move perf report specific hits out of...
2009-12-16 Arnaldo Carvalho... perf tools: Move hist entries printing routines from...
2009-12-16 Arnaldo Carvalho... perf report: Generalize perf_session__fprintf_hists()
2009-12-16 Arnaldo Carvalho... perf symbols: Move symbol filtering to event__preproces...
2009-12-16 Arnaldo Carvalho... perf symbols: Adopt the strlists for dso, comm
2009-12-16 Arnaldo Carvalho... perf symbols: Make symbol_conf global
2009-12-15 Frederic Weisbeckerperf tools: Make symbol_conf static
2009-12-15 Arnaldo Carvalho... perf util: Remove setup_sorting dups
2009-12-15 Arnaldo Carvalho... perf session: Event statistics also are per session
2009-12-14 Arnaldo Carvalho... perf session: Adopt the sample_type variable
2009-12-14 Arnaldo Carvalho... perf session: Adopt resolve_callchain
2009-12-14 Arnaldo Carvalho... perf session: Move the hist_entries rb tree to perf_session
2009-12-14 Arnaldo Carvalho... perf tools: No need for three rb_trees for sorting...
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: Reduce the number of parms to perf_sessio...
2009-12-14 Arnaldo Carvalho... perf session: Register the idle thread in perf_session_...
2009-12-14 Arnaldo Carvalho... perf session: Ditch register_perf_file_handler
2009-12-14 Arnaldo Carvalho... perf session: Pass the perf_session to the event handli...
2009-12-12 Arnaldo Carvalho... perf tools: Introduce perf_session class
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: Support multiple symtabs in struct thread
2009-11-27 Arnaldo Carvalho... perf symbols: Better support for multiple symbol tables...
2009-11-24 Arnaldo Carvalho... perf symbols: Rename find_symbol routines to find_function
2009-11-24 Arnaldo Carvalho... perf symbols: Simplify symbol machinery setup
2009-11-24 John Kacurperf tools: Use common process_event functions for...
2009-11-23 Arnaldo Carvalho... perf symbols: Look for vmlinux in more places
2009-11-22 Arnaldo Carvalho... perf report: Do map lookups in resolve_callchain()
2009-11-21 Arnaldo Carvalho... perf symbols: Do lazy symtab loading for the kernel...
2009-11-21 Arnaldo Carvalho... perf symbols: Remove unrelated actions from dso__load_k...
2009-11-02 Arnaldo Carvalho... perf tools: Simplify the symbol priv area mechanism
2009-10-29 Arnaldo Carvalho... perf tools: Delay loading symtabs till we hit a map...
2009-10-23 Arnaldo Carvalho... perf tools: Unify debug messages mechanisms
2009-10-23 Frederic Weisbeckerperf tools: Bind callchains to the first sort dimension...
2009-10-23 Frederic Weisbeckerperf tools: Fix missing top level callchain
2009-10-20 Arnaldo Carvalho... perf annotate: Use the sym_priv_size area for the histogram
2009-10-17 Julia Lawallperf tools: Move dereference after NULL test
2009-10-13 Arnaldo Carvalho... perf tools: Move threads & last_match to threads.c
2009-10-08 Arnaldo Carvalho... perf tools: Up the verbose level for some really verbos...
2009-10-08 Frederic Weisbeckerperf tools: Unify perf.data mapping and events handling
2009-10-05 Arnaldo Carvalho... perf report: Use kernel_maps__find_symbol as fallback...
2009-10-04 Arnaldo Carvalho... perf tools: Remove show_mask bitmask
2009-10-03 Arnaldo Carvalho... perf tools: Move hist_entry__add common code to hist.c
2009-10-02 Arnaldo Carvalho... perf tools: Rewrite and improve support for kernel...
2009-09-30 John Kacurperf tools: Put common histogram functions in their...
2009-09-24 John Kacurperf tools: Create util/sort.and use it
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-08-31 Frederic Weisbeckerperf tools: Librarize idle thread registration
2009-08-31 Ingo MolnarMerge branch 'perfcounters/tracing' into perfcounters...
2009-08-28 Pierre Habouzitperf tools: do not complain if root is owning perf...
2009-08-24 Ingo MolnarMerge branch 'perfcounters/urgent' into perfcounters...
2009-08-19 Peter Zijlstraperf tools: Check perf.data owner
2009-08-18 Frederic Weisbeckerperf tools: Fix comm column adjusting
2009-08-17 Frederic Weisbeckerperf tools: Fix spelling mistake in callchain error
next