aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
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: Support multiple symtabs in struct threadArnaldo Carvalho de Melo
2009-11-27perf symbols: Better support for multiple symbol tables per dsoArnaldo Carvalho de Melo
2009-11-24perf symbols: Rename find_symbol routines to find_functionArnaldo Carvalho de Melo
2009-11-24perf symbols: Simplify symbol machinery setupArnaldo Carvalho de Melo
2009-11-24perf tools: Use common process_event functions for annotate and reportJohn Kacur
2009-11-23perf symbols: Look for vmlinux in more placesArnaldo Carvalho de Melo
2009-11-22perf report: Do map lookups in resolve_callchain()Arnaldo Carvalho de Melo
2009-11-21perf symbols: Do lazy symtab loading for the kernel & modules tooArnaldo Carvalho de Melo
2009-11-21perf symbols: Remove unrelated actions from dso__load_kernel_symArnaldo Carvalho de Melo
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo
2009-10-29perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo
2009-10-23perf tools: Bind callchains to the first sort dimension columnFrederic Weisbecker
2009-10-23perf tools: Fix missing top level callchainFrederic Weisbecker
2009-10-20perf annotate: Use the sym_priv_size area for the histogramArnaldo Carvalho de Melo
2009-10-17perf tools: Move dereference after NULL testJulia Lawall
2009-10-13perf tools: Move threads & last_match to threads.cArnaldo Carvalho de Melo
2009-10-08perf tools: Up the verbose level for some really verbose stuffArnaldo Carvalho de Melo
2009-10-08perf tools: Unify perf.data mapping and events handlingFrederic Weisbecker
2009-10-05perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etcArnaldo Carvalho de Melo
2009-10-04perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo
2009-10-03perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo
2009-10-02perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo
2009-09-30perf tools: Put common histogram functions in their own fileJohn Kacur
2009-09-24perf tools: Create util/sort.and use itJohn Kacur
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-08-31perf tools: Librarize idle thread registrationFrederic Weisbecker
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar
2009-08-28perf tools: do not complain if root is owning perf.dataPierre Habouzit
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra
2009-08-18perf tools: Fix comm column adjustingFrederic Weisbecker
2009-08-18perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker
2009-08-16perf: Enable more compiler warningsIngo Molnar
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker
2009-08-10perf report: Add raw displaying of per-thread countersBrice Goglin
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Frederic Weisbecker