aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWenchao Hao <[email protected]>2022-12-08 22:21:30 +0800
committerAndrew Morton <[email protected]>2023-01-18 17:12:41 -0800
commitcb6c33d4dc09a8fddda1867708956c27615775f4 (patch)
tree47b1e25350281eba57e44576c8d7813b65e2c9f8 /tools/perf/scripts/python/bin
parent6b1ead5985bf73b7dd4453f5cd3b8690a9c52cd5 (diff)
cma: tracing: print alloc result in trace_cma_alloc_finish
The result of the allocation attempt is not printed in trace_cma_alloc_finish, but it's important to do it so we can set filters to catch specific errors on allocation or to trigger some operations on specific errors. We have printed the result in log, but the log is conditional and could not be filtered by tracing events. It introduces little overhead to print this result. The result of allocation is named `errorno' in the trace. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Wenchao Hao <[email protected]> Cc: Masami Hiramatsu (Google) <[email protected]> Cc: Steven Rostedt (Google) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions