#ifndef _PERF_UI_MAP_BROWSER_H_ #define _PERF_UI_MAP_BROWSER_H_ 1 struct map; int map__browse(struct map *map); #endif /* _PERF_UI_MAP_BROWSER_H_ */ tp://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/include/trace/events/power.h
ename trace_print_hex_seq arg and add kdoc
AgeCommit message (Expand)AuthorFilesLines
Daniel Borkmann1-2/+2
Steven suggested to improve trace_print_hex_seq() a bit after commit 2acae0d5b0f7 ("trace: add variant without spacing in trace_print_hex_seq") in two ways: i) by adding a kdoc comment for the helper function itself and ii) by renaming 'spacing' argument into 'concatenate' to better denote that we don't add spaces between each hex bytes. Suggested-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>