Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3a749ea1c0271cbadf234befe307f14267325836
/
tools
/
perf
/
builtin-probe.c
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
0a95160
treewide: Fix typos in printk
by Masanari Iida
· 8 years ago
7094672
perf probe: Return errno when not hitting any event
by Kefeng Wang
· 8 years ago
d5c3a93
perf probe: Add option --symfs
by Uwe Kleine-König
· 8 years ago
e50243b
perf probe: Ignore vmlinux Build-id when offline vmlinux given
by Masami Hiramatsu
· 8 years ago
428aff8
perf probe: Ignore vmlinux buildid if offline kernel is given
by Masami Hiramatsu
· 8 years ago
1c20b1d
perf probe: Show trace event definition
by Masami Hiramatsu
· 8 years ago
c3492a3
perf probe: Make --list show only available cached events
by Masami Hiramatsu
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
4a0f65c
perf probe: Remove caches when --cache is given
by Masami Hiramatsu
· 8 years ago
1f3736c
perf probe: Show all cached probes
by Masami Hiramatsu
· 8 years ago
602a1f4
perf tools: Rename strlist_for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 8 years ago
2fd457a
perf probe: Add --cache option to cache the probe definitions
by Masami Hiramatsu
· 8 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
48e1cab
perf tools: Make options always available, even if required libs not linked
by Wang Nan
· 9 years ago
c711836
perf tools: Introduce usage_with_options_msg()
by Namhyung Kim
· 9 years ago
1a8ac29
perf probe: Allow probing on kmodules without dwarf
by Masami Hiramatsu
· 9 years ago
0fb1855
perf probe: Fix a segfault when removing uprobe events
by Masami Hiramatsu
· 9 years ago
9bae1e8
perf probe: Export init/exit_probe_symbol_maps()
by Namhyung Kim
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
e607f14
perf probe: Print deleted events in cmd_probe()
by Namhyung Kim
· 9 years ago
b02137c
perf probe: Move print logic into cmd_probe()
by Namhyung Kim
· 9 years ago
200802a
perf probe: Delete an unnecessary check before the function call "strfilter__delete"
by Markus Elfring
· 9 years ago
349e8d2
perf probe: Add --range option to show a variable's location range
by He Kuang
· 10 years ago
6cfd1f6
perf probe: Add --no-inlines option to avoid searching inline functions
by Masami Hiramatsu
· 10 years ago
ddb2f58
perf probe: Introduce probe_conf global configs
by Masami Hiramatsu
· 10 years ago
4422552
perf probe: Use perf_probe_event.target instead of passing as an argument
by Masami Hiramatsu
· 10 years ago
9bc9f3b
perf probe: Fix to return 0 when positive value returned
by Masami Hiramatsu
· 10 years ago
b1019d5
perf probe: Cleanup and consolidate command parsers
by Masami Hiramatsu
· 10 years ago
3da166b
perf probe: Remove redundant cleanup of params.filter
by Masami Hiramatsu
· 10 years ago
9f7811d
perf probe: Accept filter argument for --funcs
by Masami Hiramatsu
· 10 years ago
307a464
perf probe: Allow to use filter on --del command
by Masami Hiramatsu
· 10 years ago
b6a8964
perf probe: Accept filter argument for --list
by Masami Hiramatsu
· 10 years ago
96b55e3
perf probe: Accept multiple filter options
by Masami Hiramatsu
· 10 years ago
b3ac032
perf probe: Make --funcs option exclusive
by Masami Hiramatsu
· 10 years ago
8cb0aa4
perf probe: Check the orphaned -x option
by Masami Hiramatsu
· 10 years ago
7afb3fa
perf probe: Support multiple probes on different binaries
by Masami Hiramatsu
· 10 years ago
5e17b28
perf probe: Add --quiet option to suppress output result message
by Masami Hiramatsu
· 10 years ago
13dcbbc
perf probe: Use PARSE_OPT_EXCLUSIVE flag
by Namhyung Kim
· 10 years ago
4cdcc33
perf probe: Trivial typo fix for --demangle
by Masami Hiramatsu
· 10 years ago
2b394bc
perf probe: Do not access kallsyms when analyzing user binaries
by Masami Hiramatsu
· 10 years ago
763122a
perf tools: Disable kernel symbol demangling by default
by Avi Kivity
· 10 years ago
5f03cba
perf probe: Make error messages thread-safe
by Masami Hiramatsu
· 10 years ago
b4bf113
perf probe: Show error code and description in verbose mode
by Masami Hiramatsu
· 10 years ago
5a62257
perf probe: Replace line_list with intlist
by Masami Hiramatsu
· 11 years ago
e53b00d
perf probe: Release all dynamically allocated parameters
by Masami Hiramatsu
· 11 years ago
fb7345b
perf probe: Support basic dwarf-based operations on uprobe events
by Masami Hiramatsu
· 11 years ago
8a613d4
perf probe: Expand given path to absolute path
by Masami Hiramatsu
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
35e17b2
perf probe: Add '--demangle'/'--no-demangle'
by Azat Khuzhin
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
11c4e4a
perf probe: Don't use globals where not needed to
by Arnaldo Carvalho de Melo
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
73eff9f
perf probe: Detect probe target when m/x options are absent
by Srikar Dronamraju
· 13 years ago
225466f
perf probe: Provide perf interface for uprobes
by Srikar Dronamraju
· 13 years ago
4eced23
perf probe: Rename target_module to target
by Srikar Dronamraju
· 13 years ago
2ef1ea3
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
by David Daney
· 13 years ago
c168fbf
perf tools: Eliminate duplicate code and use PATH_MAX consistently
by Arnaldo Carvalho de Melo
· 13 years ago
13e27d7
perf probe: Warn when more than one line are given
by Masami Hiramatsu
· 13 years ago
14a8fd7
perf probe: Support adding probes on offline kernel modules
by Masami Hiramatsu
· 13 years ago
823c716
perf probe: Use %td for pointer arithmetic result
by Arnaldo Carvalho de Melo
· 14 years ago
3c42258
perf probe: Add filters support for available functions
by Masami Hiramatsu
· 14 years ago
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
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
0e60836
perf probe: Rename common fields/functions from kprobe to probe.
by Srikar Dronamraju
· 14 years ago
9ed7e1b
perf probe: Add kernel source path option
by Chase Douglas
· 14 years ago
8a7ddad8
perf probe: Don't call die()
by Arnaldo Carvalho de Melo
· 15 years ago
ef4a356
perf probe: Add --max-probes option
by Masami Hiramatsu
· 15 years ago
7ca5989
perf probe: Fix to use correct debugfs path finder
by Masami Hiramatsu
· 15 years ago
146a143
perf probe: Remove die() from probe-event code
by Masami Hiramatsu
· 15 years ago
4848193
perf probe: Support argument name
by Masami Hiramatsu
· 15 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
085ea73
perf probe: Fix --line syntax help and document
by Masami Hiramatsu
· 15 years ago
4b4da7f
perf probe: Cleanup debuginfo related code
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
12a1fad
perf probe: Rename session to param
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
594087a
perf probe: Fix probe_point buffer overrun
by Masami Hiramatsu
· 15 years ago
32cb0dd
perf probe: Correct probe syntax on command line help
by Masami Hiramatsu
· 15 years ago
2a9c8c3
perf probe: Add lazy line matching support
by Masami Hiramatsu
· 15 years ago
804b360
perf probe: Use elfutils-libdw for analyzing debuginfo
by Masami Hiramatsu
· 15 years ago
81cb8aa
perf probe: Rename probe finder functions
by Masami Hiramatsu
· 15 years ago
f3ab481
perf probe: Do not show --line option without dwarf support
by Masami Hiramatsu
· 15 years ago
8ad94c6
perf probe: Don't use a perf_session instance just to resolve symbols
by Arnaldo Carvalho de Melo
· 15 years ago
9de89fe
perf symbols: Remove perf_session usage in symbols layer
by Arnaldo Carvalho de Melo
· 15 years ago
0eda738
perf probe: Fix build error of builtin-probe.c
by Hitoshi Mitake
· 15 years ago
631c9de
perf probe: Support --line option to show probable source-code lines
by Masami Hiramatsu
· 15 years ago
de17648
perf session: Keep pointers to the vmlinux maps
by Arnaldo Carvalho de Melo
· 15 years ago
96c9661
perf probe: Check whether debugfs path is correct
by Masami Hiramatsu
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
7ef17aa
perf probe: Fix to show which probe point is not found
by Masami Hiramatsu
· 15 years ago
Next »