diff options
author | Dmitry Safonov <[email protected]> | 2016-08-25 18:21:09 +0300 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2016-09-01 11:18:09 -0400 |
commit | 5ba8a4a96f6eaa6af88e24c7794f142217aa3b6f (patch) | |
tree | 030711fc98ed05e5be08a344a1965a28cc6e546b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 3eab887a55424fc2c27553b7bfe32330df83f7b8 (diff) |
tracing/uprobe: Drop isdigit() check in create_trace_uprobe
It's useless. Before:
[tracing]# echo 'p:test /a:0x0' >> uprobe_events
[tracing]# echo 'p:test a:0x0' >> uprobe_events
-bash: echo: write error: No such file or directory
[tracing]# echo 'p:test 1:0x0' >> uprobe_events
-bash: echo: write error: Invalid argument
After:
[tracing]# echo 'p:test 1:0x0' >> uprobe_events
-bash: echo: write error: No such file or directory
Link: http://lkml.kernel.org/r/[email protected]
Acked-by: Srikar Dronamraju <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
Signed-off-by: Dmitry Safonov <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions