summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra
2009-08-18perf tools: Make 'make html' workKyle McMartin
2009-08-18perf annotate: Fix segmentation faultIngo Molnar
2009-08-17perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra
2009-08-15perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker
2009-08-13perf list: Fix large list output by using the pagerArnaldo Carvalho de Melo
2009-08-12perf record: Add missing -C option support for specifying profile cpuJens Axboe
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Arnaldo Carvalho de Melo
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsArnaldo Carvalho de Melo
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker
2009-08-09perf_counter tools: Fix libbfd detection for systems with libz dependencyMike Galbraith
2009-08-09perf: "Longum est iter per praecepta, breve et efficax per exempla"Carlos R. Mafra
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Frederic Weisbecker
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker
2009-08-09perf record: Fix the -A UI for empty or non-existent perf.dataPierre Habouzit
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit
2009-08-09perf list: Fix the output to not include tracepoints without an idPeter Zijlstra
2009-08-09perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker
2009-08-09perf top: Update man pageMike Galbraith
2009-08-09perf top: Improve interactive key handlingMike Galbraith
2009-08-09perf_counter tools: Allow perf top top users to switch between weighted and i...Mike Galbraith
2009-08-09perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...Mike Galbraith
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker
2009-08-06perf: Auto-detect libelfPeter Zijlstra
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo
2009-08-05perf report: Add missing command line options to man pageArnaldo Carvalho de Melo
2009-08-05perf: Auto-detect libbfdPeter Zijlstra
2009-08-05perf report: Make --sort comm,dso,symbol the defaultPekka Enberg
2009-08-04perf: Fix read buffer overflowRoel Kluin
2009-08-02perf top: Add mwait_idle_with_hints to skip_symbols[]Arnaldo Carvalho de Melo
2009-08-02perf tools: Fix faulty checkStoyan Gaydarov
2009-08-02perf report: Update for the new FORK/EXIT eventsPeter Zijlstra
2009-08-01perf_counter tools: Fix link errors with older toolchainsIngo Molnar
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-22perf_counter tools: Give perf top inherit optionMike Galbraith
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith
2009-07-22perf_counter: Detect debugfs locationJason Baron
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven