summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-1916-292/+1049
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-157-527/+1240
|\
| * 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-141-2/+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-142-207/+432
| * 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-143-3/+31
| * 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-141-0/+4
| * perf probe: Support argument nameMasami Hiramatsu2010-04-143-21/+41
| * perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker2010-04-143-41/+41
* | Merge branch 'perf/live' into perf/coreIngo Molnar2010-04-158-81/+672
|\ \
| * | perf: Convert perf header build_ids into build_id eventsTom Zanussi2010-04-145-1/+107
| * | perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-148-46/+152
| * | perf: Convert perf event types into event type eventsTom Zanussi2010-04-145-8/+92
| * | perf: Convert perf header attrs into attr eventsTom Zanussi2010-04-145-2/+124
| * | perf: Add pipe-specific header read/write and event processing codeTom Zanussi2010-04-145-28/+201
| |/
* | perf: Make the trace events sample period default to 1Frederic Weisbecker2010-04-151-0/+2
* | perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker2010-04-151-10/+4
* | perf: Fix dynamic field detectionThomas Gleixner2010-04-151-1/+1
|/
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-146-5/+15
* perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo2010-04-081-15/+34
* perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo2010-04-084-6/+6
* 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-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
OpenPOWER on IntegriCloud