summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2010-07-162-56/+64
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-07-063-61/+203
|\ \
| * | perf probe: Support static and global variablesMasami Hiramatsu2010-07-052-27/+73
| * | perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-053-23/+82
| * | perf probe: Support "string" typeMasami Hiramatsu2010-07-051-11/+48
* | | Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-1/+10
|\ \ \ | |/ / |/| / | |/
| * perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng2010-07-011-1/+10
* | perf: Fix hist_entry__tui_annotate() build failureSrikar Dronamraju2010-06-291-1/+1
* | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-285-4/+33
|\ \ | |/
| * perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo2010-06-174-2/+20
| * perf record: Don't call newt functions when not initializedArnaldo Carvalho de Melo2010-06-101-2/+13
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-06-251-77/+108
|\ \
| * | perf ui: Move objdump_line specific stuff out of ui_browserArnaldo Carvalho de Melo2010-06-211-19/+30
| * | perf ui: Separate showing the entries from running the browserArnaldo Carvalho de Melo2010-06-211-31/+29
| * | perf ui: Introduce ui_browser->seek to support multiple list structuresArnaldo Carvalho de Melo2010-06-211-26/+43
| * | perf ui: Introduce routine ui_browser__is_current_entryArnaldo Carvalho de Melo2010-06-211-3/+8
* | | perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker2010-06-241-2/+9
|/ /
* | perf session: fix error message on failure to open perf.dataAndy Isaacson2010-06-171-2/+4
* | perf debug: fix hex dump partial final lineAndy Isaacson2010-06-171-6/+4
* | perf probe: Add kernel source path optionChase Douglas2010-06-172-3/+56
* | perf record: Add option to avoid updating buildid cacheStephane Eranian2010-06-172-1/+10
* | perf symbols: Function descriptor symbol lookupEric B Munson2010-06-171-3/+34
* | perf report: Implement --sort cpuArun Sharma2010-06-055-2/+36
* | perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-054-8/+34
* | perf annotate: Ask objdump to demangle symbolsStephane Eranian2010-06-051-1/+1
* | perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-056-11/+71
* | perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-052-2/+57
* | perf report: Make -D print sampled CPUStephane Eranian2010-06-051-1/+2
|/
* perf symbols: Set the DSO long name when using symbol_conf.vmlinux_nameArnaldo Carvalho de Melo2010-06-041-2/+6
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-022-17/+35
|\
| * perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-011-16/+34
| * perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
* | perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker2010-06-011-7/+2
* | perf: Process comm events by tidFrederic Weisbecker2010-05-311-2/+2
|/
* perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
* perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-262-5/+24
* perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-261-0/+1
* perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-232-16/+72
* perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-231-2/+11
* perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-224-28/+66
* perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-221-0/+5
* perf: Fix getline undeclaredFrederic Weisbecker2010-05-211-1/+1
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-212-4/+7
|\
| * perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2010-05-202-4/+7
* | 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
| |\
OpenPOWER on IntegriCloud