aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2021-12-14 01:10:27 +0000
committerArnaldo Carvalho de Melo <[email protected]>2021-12-28 17:26:25 -0300
commit9f3c16a430e8ac6b8211da106f4e4841d896ec99 (patch)
tree96e3de225e23465169ae5befe385d7a9d7ad270a /tools/perf/util/scripting-engines/trace-event-python.c
parentecf71de775a049cbfa6298deceb8ba2083331171 (diff)
perf expr: Fix return value of ids__new()
callers of ids__new() function only do NULL checking for the return value. ids__new() calles hashmap__new(), which may return ERR_PTR(-ENOMEM). Instead of changing the checking one-by-one return NULL instead of ERR_PTR(-ENOMEM) to keep it consistent. Signed-off-by: Miaoqian Lin <[email protected]> Reviewed-by: German Gomez <[email protected]> Tested-by: German Gomez <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions