linux/tools/perf/util
Srikar Dronamraju 0e60836bbd perf probe: Rename common fields/functions from kprobe to probe.
As a precursor for perf to support uprobes, rename fields/functions
that had kprobe in their name but can be shared across perf-kprobes
and perf-uprobes to probe.

Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: "Frank Ch. Eigler" <fche@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jim Keniston <jkenisto@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Wielaard <mjw@redhat.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Naren A Devaiah <naren.devaiah@in.ibm.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <20100729141351.GG21723@linux.vnet.ibm.com>
Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2010-07-30 12:01:38 -03:00
..
include
scripting-engines
PERF-VERSION-GEN perf: Version String fix, for fallback if not from git 2010-07-05 10:42:58 +02:00
abspath.c
alias.c
bitmap.c
build-id.c perf buildid: add perfconfig option to specify buildid cache dir 2010-06-05 09:34:04 -03:00
build-id.h
cache.h perf buildid: add perfconfig option to specify buildid cache dir 2010-06-05 09:34:04 -03:00
callchain.c Merge branch 'linus' into perf/core 2010-07-21 21:43:06 +02:00
callchain.h Merge branch 'linus' into perf/core 2010-07-21 21:43:06 +02:00
color.c
color.h
config.c perf buildid: add perfconfig option to specify buildid cache dir 2010-06-05 09:34:04 -03:00
cpumap.c perf tools: Add the ability to specify list of cpus to monitor 2010-06-05 09:33:01 -03:00
cpumap.h perf tools: Add the ability to specify list of cpus to monitor 2010-06-05 09:33:01 -03:00
ctype.c
debug.c perf debug: fix hex dump partial final line 2010-06-17 13:20:50 -03:00
debug.h
debugfs.c
debugfs.h
environment.c
event.c perf symbols: Precisely specify if dso->{long,short}_name should be freed 2010-07-29 15:11:30 -03:00
event.h perf tools: Make event__preprocess_sample parse the sample 2010-06-05 09:35:19 -03:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c perf record: Add option to avoid updating buildid cache 2010-06-17 10:20:44 -03:00
header.h
help.c
help.h
hist.c perf ui: New hists tree widget 2010-07-27 11:24:31 -03:00
hist.h perf hist: Introduce routine to measure lenght of formatted entry 2010-07-27 11:24:31 -03:00
hweight.c
levenshtein.c
levenshtein.h
map.c perf report: Don't abbreviate file paths relative to the cwd 2010-07-27 11:39:04 -03:00
map.h perf report: Don't abbreviate file paths relative to the cwd 2010-07-27 11:39:04 -03:00
newt.c perf tui: Make CTRL+Z suspend perf 2010-07-30 10:06:06 -03:00
pager.c
parse-events.c perf: Don't use 4 bytes as a default instruction breakpoint length 2010-06-24 23:35:49 +02:00
parse-events.h
parse-options.c
parse-options.h
path.c
probe-event.c perf probe: Rename common fields/functions from kprobe to probe. 2010-07-30 12:01:38 -03:00
probe-event.h perf probe: Rename common fields/functions from kprobe to probe. 2010-07-30 12:01:38 -03:00
probe-finder.c perf probe: Rename common fields/functions from kprobe to probe. 2010-07-30 12:01:38 -03:00
probe-finder.h perf probe: Rename common fields/functions from kprobe to probe. 2010-07-30 12:01:38 -03:00
pstack.c
pstack.h
quote.c
quote.h
run-command.c
run-command.h
session.c perf tools: Remove unneeded code for tracking the cwd in perf sessions 2010-07-27 11:46:12 -03:00
session.h perf session: Remove threads from tree on PERF_RECORD_EXIT 2010-06-17 08:37:44 -03:00
sigchain.c
sigchain.h
sort.c perf sort: Make column width code per hists instance 2010-07-23 08:55:59 -03:00
sort.h perf ui: New hists tree widget 2010-07-27 11:24:31 -03:00
strbuf.c
strbuf.h
string.c
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol.c perf symbols: Improve debug image search when loading symbols 2010-07-30 09:54:49 -03:00
symbol.h perf symbols: Precisely specify if dso->{long,short}_name should be freed 2010-07-29 15:11:30 -03:00
thread.c perf tools: Fix find tids routine by excluding "." and ".." 2010-07-01 14:02:38 -03:00
thread.h perf session: Remove threads from tree on PERF_RECORD_EXIT 2010-06-17 08:37:44 -03:00
trace-event-info.c
trace-event-parse.c
trace-event-read.c
trace-event-scripting.c
trace-event.h
types.h
usage.c
util.c
util.h perf record: Add option to avoid updating buildid cache 2010-06-17 10:20:44 -03:00
values.c
values.h
wrapper.c