summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa
2011-07-21perf script: Fix display of IP address for non-callchain pathDavid Ahern
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu
2011-07-15perf probe: Remove redundant dwarf functionsMasami Hiramatsu
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard
2011-07-01Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar
2011-06-30perf tools: Allow sort dimensions to be registered more than onceFrederic Weisbecker
2011-06-30perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker
2011-06-30perf tools: Remove sort print helpers declarationsFrederic Weisbecker
2011-06-30perf tools: Make sort operations staticFrederic Weisbecker
2011-06-30perf tools: Add inverted call graph report support.Sam Liao
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-16Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar
2011-06-15perf: clear out make flags when calling kernel make kernelverAndy Whitcroft
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-06-09Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2011-06-09perf: Use make kernelversion instead of parsing the MakefileMichal Marek
2011-06-03perf python: Fix argument name list of read_on_cpu()Frederic Weisbecker
2011-06-03perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo
2011-06-03perf python: Use exception to propagate errorsArnaldo Carvalho de Melo
2011-06-03perf evlist: Remove dependency on debug routinesArnaldo Carvalho de Melo
2011-06-02perf script: Add printing of sample addressDavid Ahern
2011-06-02perf script: Make printing of dso a separate field optionDavid Ahern
2011-06-02perf script: "sym" field really means show IP dataDavid Ahern
2011-06-02perf stat: clarify unsupported events from uncounted eventsDavid Ahern
2011-06-02perf python: Cleanup useless double NULL termination in method arg namesFrederic Weisbecker
2011-06-02perf python: Fix argument name list of read_on_cpu()Frederic Weisbecker
2011-06-02perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo
2011-06-02perf python: Use exception to propagate errorsArnaldo Carvalho de Melo
2011-06-02perf evlist: Remove dependency on debug routinesArnaldo Carvalho de Melo
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern
2011-05-26perf tools: Fix build on older systemsArnaldo Carvalho de Melo
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-24perf tools: Fix sample type size calculation in 32 bits archsFrederic Weisbecker
2011-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-23perf tools: Fix sample size bit operationsFrederic Weisbecker
2011-05-23perf tools: Fix ommitted mmap data update on remapFrederic Weisbecker
2011-05-22Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar