summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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/+8Star
* 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-267-35/+36
* perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo2010-03-266-35/+41
* perf annotate: Allow specifying DSOs where to look for symbolArnaldo Carvalho de Melo2010-03-261-0/+2
* 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 archive: Explain how to use the generated tarballArnaldo Carvalho de Melo2010-03-231-0/+3
* 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 stat: Better report failure to collect system wide statsArnaldo Carvalho de Melo2010-03-221-11/+28
* perf probe: Add NO_DWARF make optionMasami Hiramatsu2010-03-221-0/+4
* perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-224-178/+200
* perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo2010-03-223-10/+17
* perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-224-36/+88
* Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-222-2/+2
|\
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-1918-69/+289
| |\
| * \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-137-9/+182
| |\ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
| |\ \ \
| | * | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| | * | | fix typos "precidence" -> "precedence" in commentsUwe Kleine-König2010-02-051-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-185-193/+372
* | | | | perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin2010-03-181-18/+15Star
* | | | | perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin2010-03-181-10/+14
* | | | | 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-175-376/+589
* | | | | perf probe: Add --dry-run optionMasami Hiramatsu2010-03-174-8/+24
* | | | | perf probe: Introduce die_find_child() functionMasami Hiramatsu2010-03-171-56/+80
* | | | | perf probe: Rename some die_get_* functionsMasami Hiramatsu2010-03-171-8/+8
* | | | | perf probe: Rename session to paramMasami Hiramatsu2010-03-171-27/+27
* | | | | perf probe: Move add-probe routine to util/Masami Hiramatsu2010-03-173-126/+139
* | | | | perf probe: Use wrapper functionsMasami Hiramatsu2010-03-173-40/+24Star
* | | | | perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu2010-03-171-0/+9
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-177-24/+32
|\ \ \ \ \
| * | | | | perf top: Add missing initialization to zeroArnaldo Carvalho de Melo2010-03-161-1/+1
| * | | | | perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-162-10/+2Star
| * | | | | perf probe: Fix offset to allow signed valueMasami Hiramatsu2010-03-161-2/+2
| * | | | | perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo2010-03-163-10/+24
| * | | | | perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu2010-03-131-1/+1
| * | | | | perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-132-1/+3
| | |_|_|/ | |/| | |
* | | | | perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo2010-03-153-1/+12
* | | | | perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo2010-03-153-21/+52
* | | | | perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson2010-03-151-5/+8
* | | | | perf tools: Fix non-newt buildArnaldo Carvalho de Melo2010-03-133-2/+10
* | | | | perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo2010-03-121-13/+17
* | | | | perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo2010-03-121-10/+10