aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo6-50/+82
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo5-17/+29
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo6-36/+54
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker1-0/+1
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker1-1/+1
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo4-52/+519
2010-05-11perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo1-19/+50
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo4-81/+88
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker1-1/+1
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi2-7/+0
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo4-10/+27
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo6-91/+79
2010-05-10perf session: create_kernel_maps should use ->host_machineArnaldo Carvalho de Melo1-3/+2
2010-05-10perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo1-3/+3
2010-05-10perf newt: Use newtAddComponent()Arnaldo Carvalho de Melo1-3/+3
2010-05-10Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar3-54/+110
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo2-0/+11
2010-05-09perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo6-31/+29
2010-05-09perf symbols: Check if a struct machine instance was foundArnaldo Carvalho de Melo1-2/+8
2010-05-09perf symbols: Consider unresolved DSOs in the dso__col_widt calculationArnaldo Carvalho de Melo1-0/+7
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo2-17/+24
2010-05-09perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo2-0/+10
2010-05-09perf/live-mode: Handle payload-less eventsTom Zanussi1-8/+11
2010-05-09perf: Provide a new deterministic events reordering algorithmFrederic Weisbecker2-45/+97
2010-05-09perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker1-1/+2
2010-05-08Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar1-1/+2
2010-05-07perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo1-1/+2
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-9/+16
2010-05-05perf list: Add explanation about raw hardware event descriptorsArnaldo Carvalho de Melo1-1/+1
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi1-1/+7
2010-05-05perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintfArnaldo Carvalho de Melo1-2/+4
2010-05-04Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar4-1/+15
2010-05-04perf: Fix performance issue with perf reportAnton Blanchard2-0/+9
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi3-1/+6
2010-05-03Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar3-95/+7
2010-05-02perf: add perf-inject builtinTom Zanussi5-12/+50
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi2-63/+0
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo6-32/+104
2010-05-01perf: Fix warning while reading ring buffer headersFrederic Weisbecker3-95/+7
2010-04-29perf symbols: Add machine helper routinesArnaldo Carvalho de Melo3-24/+85
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo3-11/+29
2010-04-27perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo7-78/+73
2010-04-27perf machine: Pass buffer size to machine__mmap_nameArnaldo Carvalho de Melo4-11/+11
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo10-253/+249
2010-04-27Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar5-24/+36
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu4-16/+22
2010-04-26perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu1-0/+4
2010-04-26perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu1-8/+9
2010-04-26perf tools: Initialize dso->node member in dso__newMasami Hiramatsu1-0/+1
2010-04-24perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker2-1/+188