summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2010-05-10perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo
2010-05-10perf newt: Use newtAddComponent()Arnaldo Carvalho de Melo
2010-05-10Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo
2010-05-09perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo
2010-05-09perf symbols: Check if a struct machine instance was foundArnaldo Carvalho de Melo
2010-05-09perf symbols: Consider unresolved DSOs in the dso__col_widt calculationArnaldo Carvalho de Melo
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo
2010-05-09perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo
2010-05-09perf/live-mode: Handle payload-less eventsTom Zanussi
2010-05-09perf: Provide a new deterministic events reordering algorithmFrederic Weisbecker
2010-05-09perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker
2010-05-08Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar
2010-05-07perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra
2010-05-05perf list: Add explanation about raw hardware event descriptorsArnaldo Carvalho de Melo
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi
2010-05-05perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintfArnaldo Carvalho de Melo
2010-05-04Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar
2010-05-04perf: Fix performance issue with perf reportAnton Blanchard
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi
2010-05-03Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo
2010-05-01perf: Fix warning while reading ring buffer headersFrederic Weisbecker
2010-04-29perf symbols: Add machine helper routinesArnaldo Carvalho de Melo
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo
2010-04-27perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo
2010-04-27perf machine: Pass buffer size to machine__mmap_nameArnaldo Carvalho de Melo
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo
2010-04-27Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-26perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu
2010-04-26perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu
2010-04-26perf tools: Initialize dso->node member in dso__newMasami Hiramatsu
2010-04-24perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker
2010-04-24perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie
2010-04-21perf: Fix perf probe build errorFrederic Weisbecker
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-15Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar
2010-04-15Merge branch 'perf/live' into perf/coreIngo Molnar
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker
2010-04-15perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker
2010-04-15perf: Fix dynamic field detectionThomas Gleixner
2010-04-14perf probe: Show function entry line as probe-ableMasami Hiramatsu
2010-04-14perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu
2010-04-14perf probe: Fix line range to show end lineMasami Hiramatsu
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu