summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-206-18/+54
* perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-201-0/+2
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-203-8/+20
|\
| * perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-201-1/+6
| * perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1855-1977/+6975
| |\
| * | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
* | | perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo2010-05-195-40/+69
* | | perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo2010-05-191-0/+4
* | | perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo2010-05-194-51/+3
* | | perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-191-10/+19
* | | perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-1918-1909/+19
* | | perf tui: Fix build problem with slang <= 2.0.6Arnaldo Carvalho de Melo2010-05-181-1/+9
* | | perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-182-0/+7
| |/ |/|
* | perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo2010-05-171-1/+1
* | perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-176-23/+23
* | perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo2010-05-171-1/+2
* | perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2010-05-172-2/+8
* | perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2010-05-172-2/+22
* | perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo2010-05-171-10/+21
* | perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2010-05-172-0/+20
* | perf tui: Add help window to show key associationsArnaldo Carvalho de Melo2010-05-171-0/+60
* | perf tui: Make <- exit menus tooArnaldo Carvalho de Melo2010-05-171-2/+1
* | perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo2010-05-161-3/+20
* | perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo2010-05-161-3/+4
* | perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo2010-05-161-2/+2
* | perf newt: Make <- exit the ui_browserArnaldo Carvalho de Melo2010-05-161-1/+3
* | perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo2010-05-153-3/+118
* | perf report: Report number of events, not samplesArnaldo Carvalho de Melo2010-05-146-50/+82
* | perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo2010-05-145-17/+29
* | perf hist: Make event__totals per histsArnaldo Carvalho de Melo2010-05-146-36/+54
* | perf hist: Fix missing getline declarationFrederic Weisbecker2010-05-131-0/+1
* | perf hist: Fix hists__browse no-newt caseFrederic Weisbecker2010-05-131-1/+1
* | perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo2010-05-124-52/+519
* | perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo2010-05-111-19/+50
* | perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo2010-05-114-81/+88
* | perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi2010-05-112-7/+0
* | perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo2010-05-114-10/+27
* | perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo2010-05-106-91/+79
* | perf session: create_kernel_maps should use ->host_machineArnaldo Carvalho de Melo2010-05-101-3/+2
* | perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo2010-05-101-3/+3
* | perf newt: Use newtAddComponent()Arnaldo Carvalho de Melo2010-05-101-3/+3
* | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-05-103-54/+110
|\ \
| * | perf/live-mode: Handle payload-less eventsTom Zanussi2010-05-091-8/+11
| * | perf: Provide a new deterministic events reordering algorithmFrederic Weisbecker2010-05-092-45/+97
| * | perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker2010-05-091-1/+2
* | | perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo2010-05-102-0/+11
* | | perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo2010-05-106-31/+29
* | | perf symbols: Check if a struct machine instance was foundArnaldo Carvalho de Melo2010-05-101-2/+8
* | | perf symbols: Consider unresolved DSOs in the dso__col_widt calculationArnaldo Carvalho de Melo2010-05-091-0/+7