aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <[email protected]>2021-11-30 12:31:23 -0500
committerSteven Rostedt (VMware) <[email protected]>2021-12-01 21:04:22 -0500
commit450fec13d9170127678f991698ac1a5b05c02e2f (patch)
tree73b733c73440dfa22cc7c45786f615cdf6dc54ac /tools/perf/scripts/python/syscall-counts-by-pid.py
parentd58071a8a76d779eedab38033ae4c821c30295a5 (diff)
tracing/histograms: String compares should not care about signed values
When comparing two strings for the "onmatch" histogram trigger, fields that are strings use string comparisons, which do not care about being signed or not. Do not fail to match two string fields if one is unsigned char array and the other is a signed char array. Link: https://lore.kernel.org/all/[email protected]/ Cc: [email protected] Cc: Tom Zanussi <[email protected]> Cc: Yafang Shao <[email protected]> Fixes: b05e89ae7cf3b ("tracing: Accept different type for synthetic event fields") Reviewed-by: Masami Hiramatsu <[email protected]> Reported-by: Sven Schnelle <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions