aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFrederic Weisbecker <[email protected]>2009-08-27 05:09:51 +0200
committerFrederic Weisbecker <[email protected]>2009-08-27 05:09:51 +0200
commitaeaeae1187d7520f1c5559623f0a149da6a1c96e (patch)
treeabe8ba9315ce8857862d47f4c9cb3f78316fb814 /tools/perf/scripts/python
parent24851d2447830e6cba4c4b641cb73e713f312373 (diff)
tracing: Restore the const qualifier for field names and types definition
Restore the const qualifier in field's name and type parameters of trace_define_field that was lost while solving a conflict. Fields names and types are defined as builtin constant strings in static TRACE_EVENTs. But kprobes allocates these dynamically. That said, we still want to always pass these strings as const char * in trace_define_fields() to avoid any further accidental writes on the pointed strings. Reported-by: Li Zefan <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions