Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: b05e89a ("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]>
- Loading branch information