Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
bd09d7b5efeb13965b6725b4a3e9944908bca9d2
/
tools
/
perf
/
util
/
probe-event.c
bd09d7b
perf probe: Add variable filter support
by Masami Hiramatsu
· 14 years ago
e80711c
perf probe: Add --funcs to show available functions in symtab
by Masami Hiramatsu
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
cc22219
Merge commit 'v2.6.37-rc8' into perf/core
by Ingo Molnar
· 14 years ago
32ae2ad
perf probe: Fix short file name probe location reporting
by Franck Bui-Huu
· 14 years ago
32b2b6e
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
by Franck Bui-Huu
· 14 years ago
21dd9ae
perf probe: Handle gracefully some stupid and buggy line syntaxes
by Franck Bui-Huu
· 14 years ago
fde52db
perf probe: Don't always consider EOF as an error when listing source code
by Franck Bui-Huu
· 14 years ago
9d95b58
perf probe: Fix line range description since a single file is allowed
by Franck Bui-Huu
· 14 years ago
44b81e9
perf probe: Clean up redundant tests in show_line_range()
by Franck Bui-Huu
· 14 years ago
befe341
perf probe: Rewrite show_one_line() to make it simpler
by Franck Bui-Huu
· 14 years ago
62c15fc
perf probe: Make -L display the absolute path of the dumped file
by Franck Bui-Huu
· 14 years ago
0e43e5d
perf probe: Cleanup messages
by Masami Hiramatsu
· 14 years ago
c3a34e0
perf symbols: Stop using vmlinux files with no symbols
by Franck Bui-Huu
· 14 years ago
fd930ff
perf probe: Fix use of kernel image path given by 'k' option
by Franck Bui-Huu
· 14 years ago
469b9b8
perf probe: Add basic module support
by Masami Hiramatsu
· 14 years ago
fb8c5a5
perf probe: Show accessible global variables
by Masami Hiramatsu
· 14 years ago
c82ec0a
perf probe: Function style fix
by Masami Hiramatsu
· 14 years ago
cf6eb48
perf probe: Show accessible local variables
by Masami Hiramatsu
· 14 years ago
04ddd04
perf probe: Fix return probe support
by Masami Hiramatsu
· 14 years ago
449e5b2
perf probe: Fix memory leaks in add_perf_probe_events
by Masami Hiramatsu
· 14 years ago
0e60836
perf probe: Rename common fields/functions from kprobe to probe.
by Srikar Dronamraju
· 14 years ago
6a330a3
perf probe: Support comp_dir to find an absolute source path
by Masami Hiramatsu
· 14 years ago
7cf0b79
perf probe: Fix error message if get_real_path() failed
by Masami Hiramatsu
· 14 years ago
b7dcb85
perf probe: Support static and global variables
by Masami Hiramatsu
· 14 years ago
b2a3c12
perf probe: Support tracing an entry of array
by Masami Hiramatsu
· 14 years ago
d28c622
perf machine: Adopt some map_groups functions
by Arnaldo Carvalho de Melo
· 15 years ago
ef4a356
perf probe: Add --max-probes option
by Masami Hiramatsu
· 15 years ago
15eca30
perf probe: Fix to use symtab only if no debuginfo
by Masami Hiramatsu
· 15 years ago
6eca8cc
perf: Fix perf probe build error
by Frederic Weisbecker
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
dda4ab3
perf probe: Fix line range to show end line
by Masami Hiramatsu
· 15 years ago
d3b63d7
perf probe: Fix a bug that --line range can be overflow
by Masami Hiramatsu
· 15 years ago
dd259c5
perf probe: Fix mis-estimation for shortening filename
by Masami Hiramatsu
· 15 years ago
7ca5989
perf probe: Fix to use correct debugfs path finder
by Masami Hiramatsu
· 15 years ago
02b95da
perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
by Masami Hiramatsu
· 15 years ago
e334016f1
perf probe: Remove xzalloc() from util/probe-{event, finder}.c
by Masami Hiramatsu
· 15 years ago
146a143
perf probe: Remove die() from probe-event code
by Masami Hiramatsu
· 15 years ago
b55a87a
perf probe: Remove die() from probe-finder code
by Masami Hiramatsu
· 15 years ago
11a1ca3
perf probe: Support basic type casting
by Masami Hiramatsu
· 15 years ago
4984912
perf probe: Query basic types from debuginfo
by Masami Hiramatsu
· 15 years ago
df0faf4
perf probe: Use the last field name as the argument name
by Masami Hiramatsu
· 15 years ago
4848193
perf probe: Support argument name
by Masami Hiramatsu
· 15 years ago
4b4da7f
perf probe: Cleanup debuginfo related code
by Masami Hiramatsu
· 15 years ago
5563277
perf events: Fix false positive build warning with older GCC's
by Ingo Molnar
· 15 years ago
3b0d516
perf probe: Fix !dwarf build
by Ingo Molnar
· 15 years ago
7df2f32
perf probe: Add data structure member access support
by Masami Hiramatsu
· 15 years ago
fb1587d
perf probe: List probes with line number and file name
by Masami Hiramatsu
· 15 years ago
4235b04
perf probe: Introduce kprobe_trace_event and perf_probe_event
by Masami Hiramatsu
· 15 years ago
f4d7da4
perf probe: Add --dry-run option
by Masami Hiramatsu
· 15 years ago
e0faa8d
perf probe: Move add-probe routine to util/
by Masami Hiramatsu
· 15 years ago
31facc5
perf probe: Use wrapper functions
by Masami Hiramatsu
· 15 years ago
fc6ceea
perf probe: Fix need_dwarf flag if lazy matching is used
by Masami Hiramatsu
· 15 years ago
548b841
Merge commit 'v2.6.34-rc1' into perf/urgent
by Ingo Molnar
· 15 years ago
660f6a3
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
018cbff
Merge commit 'v2.6.33' into perf/core
by Frederic Weisbecker
· 15 years ago
2a9c8c3
perf probe: Add lazy line matching support
by Masami Hiramatsu
· 15 years ago
5c8d1cb
perf probe: Show more lines after last line
by Masami Hiramatsu
· 15 years ago
388c3aa
perf probe: Init struct probe_point and set counter correctly
by Masami Hiramatsu
· 15 years ago
631c9de
perf probe: Support --line option to show probable source-code lines
by Masami Hiramatsu
· 15 years ago
7204133
perf probe: Show probe list in pager
by Masami Hiramatsu
· 15 years ago
63bbd5e
perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT
by Liming Wang
· 15 years ago
b7702a2
perf probe: Check new event name
by Masami Hiramatsu
· 15 years ago
7ef17aa
perf probe: Fix to show which probe point is not found
by Masami Hiramatsu
· 15 years ago
d761b08
perf probe: Reject second attempt of adding same-name event
by Masami Hiramatsu
· 15 years ago
af663d7
perf probe: Support event name for --add option
by Masami Hiramatsu
· 15 years ago
bbbb521
perf probe: Add glob matching support on --del
by Masami Hiramatsu
· 15 years ago
adf365f
perf probe: Use strlist__for_each macros in probe-event.c
by Masami Hiramatsu
· 15 years ago
3e34059
perf probe: Fix --del to update current event list
by Masami Hiramatsu
· 15 years ago
f6bbff7
perf probe: Fix --del to show info instead of warning
by Masami Hiramatsu
· 15 years ago
7e990a5
perf probe: Check the result of e_snprintf()
by Masami Hiramatsu
· 15 years ago
fac13fd
perf probe: Cleanup struct session in builtin-probe.c
by Masami Hiramatsu
· 15 years ago
5660ce3
perf tools: Correct size given to memset
by Julia Lawall
· 15 years ago
fa28244
perf probe: Support --del option
by Masami Hiramatsu
· 15 years ago
17f88fc
perf probe: Remove event suffix number _0
by Masami Hiramatsu
· 15 years ago
a9b495b
perf probe: Change probe-added message more user-friendly
by Masami Hiramatsu
· 15 years ago
278498d
perf probe: Change event list format
by Masami Hiramatsu
· 15 years ago
8498845
perf probe: Check e_snprintf() format string
by Masami Hiramatsu
· 15 years ago
e1d2017
perf probe: Fix event namelist to duplicate string
by Masami Hiramatsu
· 15 years ago
93aaa45
perf tools: Replace %m with %a in sscanf
by Liming Wang
· 15 years ago
b498ce1
perf probe: Simplify event naming
by Masami Hiramatsu
· 15 years ago
4de189f
perf probe: Add --list option for listing current probe events
by Masami Hiramatsu
· 15 years ago
e1c01d6
perf probe: Add argv_split() from lib/argv_split.c
by Masami Hiramatsu
· 15 years ago
50656ee
perf probe: Move probe event utility functions to probe-event.c
by Masami Hiramatsu
· 15 years ago