diff options
| author | Gaosheng Cui <[email protected]> | 2022-11-14 17:18:33 +0800 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2022-11-15 22:30:11 +0100 |
| commit | c55bfbb3ebce4e0956972f02b82673950ad1a2d2 (patch) | |
| tree | abcf71fea4c1f6ab7fe5c3063edd5493a49b1ecf /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 3ce1cb7eee70335b6d4f50fadec264473e9566c3 (diff) | |
perf: Fix IS_ERR() vs NULL check in inherit_event()
The find_get_pmu_context() returns an ERR_PTR() on failure, we should use
IS_ERR() to check the return value.
Fixes: bd2756811766 ("perf: Rewrite core context handling")
Signed-off-by: Gaosheng Cui <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions