aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker1-2/+3
2009-08-09perf_counter tools: Fix libbfd detection for systems with libz dependencyMike Galbraith1-0/+4
2009-08-09perf: "Longum est iter per praecepta, breve et efficax per exempla"Carlos R. Mafra1-0/+225
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal modeFrederic Weisbecker1-3/+44
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker2-1/+16
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchainsFrederic Weisbecker1-0/+2
2009-08-09perf record: Fix the -A UI for empty or non-existent perf.dataPierre Habouzit1-4/+8
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit1-0/+2
2009-08-09perf list: Fix the output to not include tracepoints without an idPeter Zijlstra1-1/+17
2009-08-09perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2-2/+2
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc)Arnaldo Carvalho de Melo3-12/+50
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra3-5/+35
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.data file headerPeter Zijlstra1-1/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker3-14/+24
2009-08-09perf top: Update man pageMike Galbraith1-13/+99
2009-08-09perf top: Improve interactive key handlingMike Galbraith1-35/+73
2009-08-09perf_counter tools: Allow perf top top users to switch between weighted and individual counter displayMike Galbraith1-7/+17
2009-08-09perf_counter tools: Fix/resurrect perf top annotation in a simple interactive formMike Galbraith1-40/+456
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-0/+1
2009-08-06perf: Auto-detect libelfPeter Zijlstra1-4/+11
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo1-3/+73
2009-08-05perf report: Add missing command line options to man pageArnaldo Carvalho de Melo1-3/+57
2009-08-05perf: Auto-detect libbfdPeter Zijlstra2-1/+26
2009-08-05perf report: Make --sort comm,dso,symbol the defaultPekka Enberg1-2/+2
2009-08-04perf: Fix read buffer overflowRoel Kluin2-2/+2
2009-08-02perf top: Add mwait_idle_with_hints to skip_symbols[]Arnaldo Carvalho de Melo1-0/+1
2009-08-02perf tools: Fix faulty checkStoyan Gaydarov1-1/+1
2009-08-02perf report: Update for the new FORK/EXIT eventsPeter Zijlstra1-4/+18
2009-08-01perf_counter tools: Fix link errors with older toolchainsIngo Molnar1-1/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds20-167/+616
2009-07-22perf_counter tools: Give perf top inherit optionMike Galbraith1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith1-2/+5
2009-07-22perf_counter: Detect debugfs locationJason Baron5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron2-1/+176
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven1-1/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2-48/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra8-103/+304
2009-07-18perf_counter: Make call graph option consistentAnton Blanchard1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesAnton Blanchard1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventAnton Blanchard1-0/+4
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-11perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo1-51/+65
2009-07-11perf report: Make the output more compactArnaldo Carvalho de Melo1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2-4/+27
2009-07-11perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo1-3/+2
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo5-32/+164
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds43-1580/+1752