Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
acf722f73499d85e959ce99cf22d1b827d0b273a
/
tools
/
perf
/
builtin-probe.c
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
· 14 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
62bdc1b
perf probe: Check symbols in symtab/kallsyms
by Masami Hiramatsu
· 15 years ago
a128168
perf probe: Check build-id of vmlinux
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
411edfe
perf probe: Show need-dwarf message only if it is really needed
by Masami Hiramatsu
· 15 years ago
ce11a60
perf probe: Check hyphen only argument
by Masami Hiramatsu
· 15 years ago
fac13fd
perf probe: Cleanup struct session in builtin-probe.c
by Masami Hiramatsu
· 15 years ago
fa28244
perf probe: Support --del option
by Masami Hiramatsu
· 15 years ago
f984f03
perf probe: Support vmlinux on cwd by default
by Masami Hiramatsu
· 15 years ago
d1bde3f
perf probe: Fix add-probe command syntax without --add option
by Masami Hiramatsu
· 15 years ago
d3a2dbf
perf probe: Use pr_debug for debug message
by Masami Hiramatsu
· 15 years ago
bdad0db
perf_event: Fix compile error
by Xiao Guangrong
· 15 years ago
4de189f
perf probe: Add --list option for listing current probe events
by Masami Hiramatsu
· 15 years ago
50656ee
perf probe: Move probe event utility functions to probe-event.c
by Masami Hiramatsu
· 15 years ago
934b1f5
perf probe: Fix probe array index for multiple probe points
by Masami Hiramatsu
· 15 years ago
74ca4c0
perf probe: Fix argv array size in probe parser
by Masami Hiramatsu
· 15 years ago
f41b1e4
perf probe: Change a debugging message from pr_info to pr_debug
by Masami Hiramatsu
· 15 years ago
3647948
perf tools: Introduce zalloc() for the common calloc(1, N) case
by Arnaldo Carvalho de Melo
· 15 years ago
91365bb
perf/probes: Rename perf probe events group name
by Masami Hiramatsu
· 15 years ago
a225a1d
perf/probes: Fall back to non-dwarf if possible
by Masami Hiramatsu
· 15 years ago
a7f4328
perf/probes: Improve error messages
by Masami Hiramatsu
· 15 years ago
12e4db4
perf probe: Annotate variable initialization
by Arnaldo Carvalho de Melo
· 15 years ago
b0ef073
perf/probes: Support function entry relative line number
by Masami Hiramatsu
· 15 years ago
253977b
perf/probes: Improve probe point syntax of perf-probe
by Masami Hiramatsu
· 15 years ago
46ab492
perf/probes: Improve command-line option of perf-probe
by Masami Hiramatsu
· 15 years ago
b7cb10e
perf probe: Print debug messages using pr_*()
by Arnaldo Carvalho de Melo
· 15 years ago
89c69c0
perf: Use eprintf() for debug messages in perf-probe
by Masami Hiramatsu
· 15 years ago
074fc0e
perf: Use die() for error cases in perf-probe
by Masami Hiramatsu
· 15 years ago
23e8ec0
perf probe: Add perf probe command support without libdwarf
by Masami Hiramatsu
· 15 years ago
4ea42b1
perf: Add perf probe subcommand, a kprobe-event setup helper
by Masami Hiramatsu
· 15 years ago