summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-1930-316/+1407
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-159-556/+1300
|\
| * perf probe: Show function entry line as probe-ableMasami Hiramatsu2010-04-141-11/+63
| * perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu2010-04-141-5/+32
| * perf probe: Fix line range to show end lineMasami Hiramatsu2010-04-141-3/+9
| * perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-143-24/+24
| * perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu2010-04-141-2/+2
| * perf probe: Fix to use correct debugfs path finderMasami Hiramatsu2010-04-142-6/+10
| * perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-142-61/+156
| * perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-142-25/+69
| * perf probe: Remove die() from probe-event codeMasami Hiramatsu2010-04-143-229/+480
| * perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-142-199/+322
| * perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2010-04-142-3/+12
| * perf probe: Support basic type castingMasami Hiramatsu2010-04-144-4/+33
| * perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-143-8/+80
| * perf probe: Use the last field name as the argument nameMasami Hiramatsu2010-04-142-1/+5
| * perf probe: Support argument nameMasami Hiramatsu2010-04-145-24/+52
| * perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker2010-04-143-41/+41
* | Merge branch 'perf/live' into perf/coreIngo Molnar2010-04-1535-106/+1184
|\ \
| * | perf trace: Invoke live mode automatically if record/report not specifiedTom Zanussi2010-04-141-0/+59
| * | perf trace/scripting: Enable scripting shell scripts for live modeTom Zanussi2010-04-1416-16/+47
| * | perf trace/scripting: Add rwtop and sctop scriptsTom Zanussi2010-04-148-0/+315
| * | perf: Convert perf header build_ids into build_id eventsTom Zanussi2010-04-148-4/+121
| * | perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-1411-46/+170
| * | perf: Convert perf event types into event type eventsTom Zanussi2010-04-148-8/+101
| * | perf: Convert perf header attrs into attr eventsTom Zanussi2010-04-148-2/+136
| * | perf trace: Introduce special handling for pipe inputTom Zanussi2010-04-141-1/+11
| * | perf report: Introduce special handling for pipe inputTom Zanussi2010-04-141-1/+11
| * | perf record: Introduce special handling for pipe outputTom Zanussi2010-04-141-3/+15
| * | perf: Add pipe-specific header read/write and event processing codeTom Zanussi2010-04-146-29/+202
| |/
* | perf: Make the trace events sample period default to 1Frederic Weisbecker2010-04-152-14/+24
* | perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker2010-04-152-11/+5Star
* | perf: Make -f the default for perf recordFrederic Weisbecker2010-04-152-16/+26
* | perf: Fix dynamic field detectionThomas Gleixner2010-04-151-1/+1
|/
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-1422-52/+62
* perf tools: Fix perl support installation when O= is usedArnaldo Carvalho de Melo2010-04-091-0/+1
* perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo2010-04-081-15/+34
* perf: cleanup some DocumentationRandy Dunlap2010-04-082-5/+5
* perf bench: fix spelloRandy Dunlap2010-04-081-1/+1
* perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo2010-04-086-9/+7Star
* perf TUI: Move "Yes" button to before "No"Arnaldo Carvalho de Melo2010-04-081-1/+1
* perf TUI: Show filters on the title and add help line about how to zoom outArnaldo Carvalho de Melo2010-04-081-28/+68
* 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-042-10/+81
* perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo2010-04-042-32/+90
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-032-10/+17
|\
| * perf, probe-finder: Build fix on DebianBorislav Petkov2010-04-021-5/+5
| * 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-267-24/+32
| |\
* | \ Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-0325-587/+806
|\ \ \