Commit Graph

72 Commits (946d863cc0d2262080c8101c8e6299974e449fe3)

Author SHA1 Message Date
David Daney 0a84f007f9 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile 13 years ago
David Daney 2ef1ea3826 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile 13 years ago
Arnaldo Carvalho de Melo c168fbfb93 perf tools: Eliminate duplicate code and use PATH_MAX consistently 13 years ago
Masami Hiramatsu 13e27d7686 perf probe: Warn when more than one line are given 14 years ago
Masami Hiramatsu 14a8fd7cee perf probe: Support adding probes on offline kernel modules 14 years ago
Arnaldo Carvalho de Melo 823c7164a9 perf probe: Use %td for pointer arithmetic result 14 years ago
Masami Hiramatsu 3c42258c9a perf probe: Add filters support for available functions 14 years ago
Masami Hiramatsu bd09d7b5ef perf probe: Add variable filter support 14 years ago
Masami Hiramatsu e80711ca85 perf probe: Add --funcs to show available functions in symtab 14 years ago
Franck Bui-Huu fd930ff91e perf probe: Fix use of kernel image path given by 'k' option 14 years ago
Masami Hiramatsu 469b9b8848 perf probe: Add basic module support 15 years ago
Masami Hiramatsu fb8c5a56c7 perf probe: Show accessible global variables 15 years ago
Masami Hiramatsu c82ec0a2bd perf probe: Function style fix 15 years ago
Masami Hiramatsu cf6eb489e5 perf probe: Show accessible local variables 15 years ago
Srikar Dronamraju 0e60836bbd perf probe: Rename common fields/functions from kprobe to probe. 15 years ago
Chase Douglas 9ed7e1b85c perf probe: Add kernel source path option 15 years ago
Arnaldo Carvalho de Melo 8a7ddad8e7 perf probe: Don't call die() 15 years ago
Masami Hiramatsu ef4a356574 perf probe: Add --max-probes option 15 years ago
Masami Hiramatsu 7ca5989dd0 perf probe: Fix to use correct debugfs path finder 15 years ago
Masami Hiramatsu 146a143948 perf probe: Remove die() from probe-event code 15 years ago
Masami Hiramatsu 48481938b0 perf probe: Support argument name 15 years ago
Ian Munsie c055564217 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() 15 years ago
Masami Hiramatsu 085ea739ad perf probe: Fix --line syntax help and document 15 years ago
Masami Hiramatsu 4b4da7f766 perf probe: Cleanup debuginfo related code 15 years ago
Masami Hiramatsu 4235b0454e perf probe: Introduce kprobe_trace_event and perf_probe_event 15 years ago
Masami Hiramatsu f4d7da499e perf probe: Add --dry-run option 15 years ago
Masami Hiramatsu 12a1fadb41 perf probe: Rename session to param 15 years ago
Masami Hiramatsu e0faa8d358 perf probe: Move add-probe routine to util/ 15 years ago
Masami Hiramatsu 31facc5f1a perf probe: Use wrapper functions 15 years ago
Masami Hiramatsu 594087a04e perf probe: Fix probe_point buffer overrun 15 years ago
Masami Hiramatsu 32cb0dd506 perf probe: Correct probe syntax on command line help 15 years ago
Masami Hiramatsu 2a9c8c3609 perf probe: Add lazy line matching support 15 years ago
Masami Hiramatsu 804b36068e perf probe: Use elfutils-libdw for analyzing debuginfo 15 years ago
Masami Hiramatsu 81cb8aa327 perf probe: Rename probe finder functions 15 years ago
Masami Hiramatsu f3ab481ca6 perf probe: Do not show --line option without dwarf support 15 years ago
Arnaldo Carvalho de Melo 8ad94c6052 perf probe: Don't use a perf_session instance just to resolve symbols 15 years ago
Arnaldo Carvalho de Melo 9de89fe7c5 perf symbols: Remove perf_session usage in symbols layer 15 years ago
Hitoshi Mitake 0eda7385db perf probe: Fix build error of builtin-probe.c 15 years ago
Masami Hiramatsu 631c9def80 perf probe: Support --line option to show probable source-code lines 15 years ago
Arnaldo Carvalho de Melo de1764892a perf session: Keep pointers to the vmlinux maps 15 years ago
Masami Hiramatsu 96c96612e9 perf probe: Check whether debugfs path is correct 15 years ago
Arnaldo Carvalho de Melo 75be6cf487 perf symbols: Make symbol_conf global 15 years ago
Masami Hiramatsu 7ef17aafc9 perf probe: Fix to show which probe point is not found 15 years ago
Masami Hiramatsu 62bdc1b38e perf probe: Check symbols in symtab/kallsyms 15 years ago
Masami Hiramatsu a128168d1e perf probe: Check build-id of vmlinux 15 years ago
Masami Hiramatsu d761b08bff perf probe: Reject second attempt of adding same-name event 15 years ago
Masami Hiramatsu af663d75a6 perf probe: Support event name for --add option 15 years ago
Masami Hiramatsu 411edfe5c1 perf probe: Show need-dwarf message only if it is really needed 15 years ago
Masami Hiramatsu ce11a603ae perf probe: Check hyphen only argument 15 years ago
Masami Hiramatsu fac13fd54e perf probe: Cleanup struct session in builtin-probe.c 15 years ago