summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi2010-05-022-63/+0Star
* perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo2010-05-026-32/+104
* perf symbols: Add machine helper routinesArnaldo Carvalho de Melo2010-04-293-24/+85
* perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo2010-04-283-11/+29
* perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo2010-04-287-78/+73Star
* perf machine: Pass buffer size to machine__mmap_nameArnaldo Carvalho de Melo2010-04-284-11/+11
* perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo2010-04-2810-253/+249Star
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-275-24/+36
|\
| * perf probe: Add --max-probes optionMasami Hiramatsu2010-04-264-16/+22
| * perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu2010-04-261-0/+4
| * perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu2010-04-261-8/+9
| * perf tools: Initialize dso->node member in dso__newMasami Hiramatsu2010-04-261-0/+1
* | perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker2010-04-242-1/+188
* | perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian2010-04-241-6/+7
|/
* perf: Move arch specific code into separate arch directoryIan Munsie2010-04-222-53/+10Star
* perf: Fix perf probe build errorFrederic Weisbecker2010-04-211-1/+1
* 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/+4Star
* | 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-042-10/+81