diff options
author | Daniel Bristot de Oliveira <[email protected]> | 2016-07-01 20:44:35 -0300 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2016-07-15 15:51:16 -0400 |
commit | a17167ce1110e576f7032b98deeb6ec800f39c7a (patch) | |
tree | c202b0993055c64dd8b78b2bda066472f7177c5b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 934de5f2eac35f34954166cdb47af3593451658a (diff) |
tracing, RAS: Cleanup on __get_str() usage
__get_str(msg) does not need (char *) operator overloading to access
mgs's elements anymore. This patch substitutes
((char *)__get_str(msg))[0] usage to __get_str(msg)[0].
It is just a code cleanup, no changes on tracepoint ABI.
Link: http://lkml.kernel.org/r/6f2db5be7705da2cb483923320c91283d7c712a7.1467407618.git.bristot@redhat.com
Cc: Trond Myklebust <[email protected]>
Cc: Anna Schumaker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Reviewed-by: Steven Rostedt <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions