aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorTakashi Sakamoto <[email protected]>2017-06-12 09:41:46 +0900
committerTakashi Iwai <[email protected]>2017-06-12 08:49:24 +0200
commitf5abd532227affc2129586f74d28d28c316ae1e3 (patch)
treeae470ea8c262b4d3755f8c8b4bf274534ab58b17 /scripts/gdb/linux/proc.py
parentfccf53881e9b564321326f62ed5f85130fa6e569 (diff)
ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints
As long as I know, in userspace, '%c' format on printing format for tracepoint is replaced with '>c<' by existent tracing program; i.g. 'perf-trace' and 'trace-cmd'. This is inconvenient. This commit replaces the format with '%s'. The length of letters in the format string is not changed, thus this commit doesn't increase object size. In theory, I should work for improvements of these tracing programs, but here I'd like to save my time to work for the other projects. Signed-off-by: Takashi Sakamoto <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions