Commit Graph

47 Commits (b55a87ade3839c33ab94768a0b5955734073f987)

Author SHA1 Message Date
Masami Hiramatsu b55a87ade3 perf probe: Remove die() from probe-finder code 15 years ago
Masami Hiramatsu 11a1ca3554 perf probe: Support basic type casting 15 years ago
Masami Hiramatsu 4984912eb2 perf probe: Query basic types from debuginfo 15 years ago
Masami Hiramatsu df0faf4be0 perf probe: Use the last field name as the argument name 15 years ago
Masami Hiramatsu 48481938b0 perf probe: Support argument name 15 years ago
Masami Hiramatsu 4b4da7f766 perf probe: Cleanup debuginfo related code 15 years ago
Ingo Molnar 55632770d7 perf events: Fix false positive build warning with older GCC's 15 years ago
Ingo Molnar 3b0d516463 perf probe: Fix !dwarf build 15 years ago
Masami Hiramatsu 7df2f32956 perf probe: Add data structure member access support 15 years ago
Masami Hiramatsu fb1587d869 perf probe: List probes with line number and file name 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 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 fc6ceea045 perf probe: Fix need_dwarf flag if lazy matching is used 15 years ago
Masami Hiramatsu 2a9c8c3609 perf probe: Add lazy line matching support 15 years ago
Masami Hiramatsu 5c8d1cbbbe perf probe: Show more lines after last line 15 years ago
Masami Hiramatsu 388c3aab5d perf probe: Init struct probe_point and set counter correctly 15 years ago
Masami Hiramatsu 631c9def80 perf probe: Support --line option to show probable source-code lines 15 years ago
Masami Hiramatsu 72041334b8 perf probe: Show probe list in pager 15 years ago
Liming Wang 63bbd5e2d5 perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT 15 years ago
Masami Hiramatsu b7702a2136 perf probe: Check new event name 15 years ago
Masami Hiramatsu 7ef17aafc9 perf probe: Fix to show which probe point is not found 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 bbbb521bc6 perf probe: Add glob matching support on --del 15 years ago
Masami Hiramatsu adf365f486 perf probe: Use strlist__for_each macros in probe-event.c 15 years ago
Masami Hiramatsu 3e3405906d perf probe: Fix --del to update current event list 15 years ago
Masami Hiramatsu f6bbff7725 perf probe: Fix --del to show info instead of warning 15 years ago
Masami Hiramatsu 7e990a5126 perf probe: Check the result of e_snprintf() 15 years ago
Masami Hiramatsu fac13fd54e perf probe: Cleanup struct session in builtin-probe.c 15 years ago
Julia Lawall 5660ce3424 perf tools: Correct size given to memset 15 years ago
Masami Hiramatsu fa28244d12 perf probe: Support --del option 15 years ago
Masami Hiramatsu 17f88fcd66 perf probe: Remove event suffix number _0 15 years ago
Masami Hiramatsu a9b495b0d3 perf probe: Change probe-added message more user-friendly 15 years ago
Masami Hiramatsu 278498d438 perf probe: Change event list format 15 years ago
Masami Hiramatsu 849884508e perf probe: Check e_snprintf() format string 15 years ago
Masami Hiramatsu e1d2017b24 perf probe: Fix event namelist to duplicate string 15 years ago
Liming Wang 93aaa45a6a perf tools: Replace %m with %a in sscanf 15 years ago
Masami Hiramatsu b498ce1f27 perf probe: Simplify event naming 15 years ago
Masami Hiramatsu 4de189fe6e perf probe: Add --list option for listing current probe events 15 years ago
Masami Hiramatsu e1c01d61a9 perf probe: Add argv_split() from lib/argv_split.c 15 years ago
Masami Hiramatsu 50656eec82 perf probe: Move probe event utility functions to probe-event.c 15 years ago
Masami Hiramatsu 934b1f5fd0 perf probe: Fix probe array index for multiple probe points 15 years ago
Masami Hiramatsu 74ca4c0ece perf probe: Fix argv array size in probe parser 15 years ago
Masami Hiramatsu f41b1e43c4 perf probe: Change a debugging message from pr_info to pr_debug 15 years ago
Arnaldo Carvalho de Melo 364794845c perf tools: Introduce zalloc() for the common calloc(1, N) case 15 years ago
Masami Hiramatsu 91365bbe4f perf/probes: Rename perf probe events group name 15 years ago
Masami Hiramatsu a225a1d911 perf/probes: Fall back to non-dwarf if possible 15 years ago
Masami Hiramatsu a7f4328b91 perf/probes: Improve error messages 15 years ago