summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf: Swap inclusion order of util.h and string.h in util/string.cHitoshi Mitake2010-04-041-1/+1
* perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operationsArnaldo Carvalho de Melo2010-04-032-10/+81
* perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo2010-04-032-32/+90
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-031-5/+12
|\
| * perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi2010-04-021-5/+12
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-265-19/+23
| |\
* | \ Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-0317-414/+614
|\ \ \
| * | | perf newt: Pass the input_name to perf_session__browse_histsArnaldo Carvalho de Melo2010-04-032-7/+12
| * | | perf newt: Move the hist browser population bits to separare functionArnaldo Carvalho de Melo2010-04-031-45/+84
| * | | perf newt: Remove useless column width calculationArnaldo Carvalho de Melo2010-04-031-20/+0
| * | | perf symbols: Fill in pgoff in mmap synthesized eventsAnton Blanchard2010-04-031-0/+9
| * | | perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo2010-04-032-16/+12
| * | | perf tools: sort_dimension__add shouldn't dieArnaldo Carvalho de Melo2010-04-021-3/+2
| * | | perf session: Remove one more exit() call from library codeArnaldo Carvalho de Melo2010-04-021-8/+3
| * | | perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo2010-04-022-3/+4
| * | | perf kmem: Resolve kernel symbols againArnaldo Carvalho de Melo2010-04-022-5/+5
| * | | perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo2010-04-027-114/+149
| * | | perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo2010-04-021-1/+5
| * | | perf report: Add progress barsArnaldo Carvalho de Melo2010-04-026-29/+115
| * | | perf symbols: map_groups__find_symbol must return the map tooArnaldo Carvalho de Melo2010-04-022-5/+46
| * | | perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo2010-04-024-170/+180
* | | | perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu2010-04-021-2/+4
* | | | perf probe: Correct error message for non-structure typeMasami Hiramatsu2010-04-021-4/+8
* | | | perf probe: Fix not to return non-matched fileMasami Hiramatsu2010-04-021-0/+2
|/ / /
* | | perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo2010-03-265-65/+76
* | | perf tools: Move __used from perf.h to linux/compiler.hArnaldo Carvalho de Melo2010-03-261-0/+2
* | | perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo2010-03-265-130/+131
* | | perf symbols: Pass the mmap parameters instead of using mmap_eventArnaldo Carvalho de Melo2010-03-263-11/+8
* | | perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo2010-03-261-23/+28
* | | perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-266-34/+34
* | | perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo2010-03-265-18/+24
* | | perf symbols: Avoid unnecessary symbol loading when dso list is specifiedArnaldo Carvalho de Melo2010-03-261-15/+23
* | | perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo2010-03-261-8/+88
* | | perf report: Implement Newt callgraphsArnaldo Carvalho de Melo2010-03-221-32/+259
* | | perf tools: Exit browser before printing usage when unkown option passedArnaldo Carvalho de Melo2010-03-221-0/+1
* | | perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-222-161/+186
* | | perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo2010-03-222-8/+15
* | | perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-223-35/+83
* | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-1810-34/+151
| |\ \
| * \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-1/+1
| |\ \ \
| * \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ \ \
| | * | | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | | | | perf events: Fix false positive build warning with older GCC'sIngo Molnar2010-03-181-1/+1
* | | | | | perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2010-03-182-0/+33
* | | | | | perf probe: Fix !dwarf buildIngo Molnar2010-03-171-0/+6
* | | | | | perf probe: Add data structure member access supportMasami Hiramatsu2010-03-173-6/+201
* | | | | | perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-173-13/+116
* | | | | | perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-174-360/+575
* | | | | | perf probe: Add --dry-run optionMasami Hiramatsu2010-03-172-8/+18
OpenPOWER on IntegriCloud