aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05perf ui: Shorten ui_browser->refresh_entries to refreshArnaldo Carvalho de Melo1-12/+12
2010-08-05perf ui: Add a map browserArnaldo Carvalho de Melo1-2/+127
2010-08-05perf symbols: Store the symbol bindingArnaldo Carvalho de Melo2-8/+23
2010-08-04perf: expose event__process functionSrikar Dronamraju3-20/+21
2010-08-04perf events: Fix mmap offset determinationDave Martin1-7/+1
2010-08-02perf tools: Don't keep unreferenced maps when unmaps are detectedArnaldo Carvalho de Melo3-11/+25
2010-08-02perf session: Invalidate last_match when removing threads from rb_treeArnaldo Carvalho de Melo1-0/+1
2010-08-02perf session: Free the ref_reloc_sym memory at the right placeArnaldo Carvalho de Melo5-7/+70
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar2-9/+16
2010-08-02Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar5-0/+680
2010-08-02perf, sched migration: Librarize task states and event headers helpersFrederic Weisbecker2-30/+30
2010-08-02perf, sched migration: Librarize the GUI classFrederic Weisbecker2-175/+189
2010-08-02perf, sched migration: Make the GUI class client agnosticFrederic Weisbecker1-85/+92
2010-08-02perf, sched migration: Make it vertically scrollableFrederic Weisbecker1-9/+20
2010-08-02perf, sched migration: Parameterize cpu height and spacingNikhil Rao1-9/+14
2010-08-02perf, sched migration: Fix key bindingsNikhil Rao1-0/+2
2010-08-02perf, sched migration: Ignore unhandled task statesFrederic Weisbecker1-2/+1
2010-08-02perf, sched migration: Handle ignored migrate out eventsFrederic Weisbecker1-1/+4
2010-08-02perf: New migration tool overviewFrederic Weisbecker3-0/+639
2010-07-30perf tools: Release session and symbol resources on exitArnaldo Carvalho de Melo7-3/+70
2010-07-30perf tools: Release thread resources on PERF_RECORD_EXITArnaldo Carvalho de Melo5-0/+61
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju5-106/+101
2010-07-30perf tui: Make CTRL+Z suspend perfArnaldo Carvalho de Melo1-0/+9
2010-07-30perf symbols: Improve debug image search when loading symbolsDave Martin1-35/+61
2010-07-30perf tools: remove extra build-id check factored into dso__loadDave Martin1-26/+2
2010-07-30perf tools: Factor out buildid reading and make it implicit in dso__loadDave Martin1-33/+47
2010-07-29perf symbols: Precisely specify if dso->{long,short}_name should be freedArnaldo Carvalho de Melo3-2/+8
2010-07-29perf record: Release resources at exitArnaldo Carvalho de Melo1-6/+26
2010-07-28perf man pages: Fix cut'n'paste errorArnaldo Carvalho de Melo1-4/+4
2010-07-27perf tools: Remove unneeded code for tracking the cwd in perf sessionsDave Martin5-29/+2
2010-07-27perf report: Don't abbreviate file paths relative to the cwdDave Martin3-23/+3
2010-07-27perf ui: New hists tree widgetArnaldo Carvalho de Melo4-311/+678
2010-07-27perf ui: Show the scroll bar over the left window frameArnaldo Carvalho de Melo1-2/+2
2010-07-27perf ui: Consider the refreshed dimensions in ui_browser__showArnaldo Carvalho de Melo1-2/+4
2010-07-27perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo2-0/+30
2010-07-27perf ui: Restore SPACE as an alias to PGDN in annotateArnaldo Carvalho de Melo1-0/+1
2010-07-23Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-33/+53
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo8-79/+140
2010-07-23perf hists: Mark entries filtered by parentArnaldo Carvalho de Melo1-5/+16
2010-07-22perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not availableConny Seidel1-19/+21
2010-07-22perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo1-2/+6
2010-07-22x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independentThomas Renninger1-5/+6
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar6-27/+79
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-0/+47
2010-07-17perf hists: Factor out duplicated codeArnaldo Carvalho de Melo1-18/+18
2010-07-17perf ui: Make ui_browser__run exit on unhandled hot keysArnaldo Carvalho de Melo1-5/+1
2010-07-17perf ui: Make END go to the last entry, not the top of the last pageArnaldo Carvalho de Melo1-4/+4
2010-07-16perf symbols: Fix directory descriptor leakingGui Jianfeng1-7/+10
2010-07-16perf probe: Fix the logic of die_compare_nameMasami Hiramatsu1-7/+7
2010-07-16perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu3-12/+44