commit | cac30400a6d8159e2510a4a258db9c4ac6fbbba5 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Sun May 30 22:22:58 2021 +0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Jun 01 10:03:02 2021 -0300 |
tree | c8084b376db57a363461f224d21d1f6471676743 | |
parent | 6337bd0c91f66527741e61ecb73b9cff0d7f48f8 [diff] |
perf scripting: Add scripting_context__update() Move scripting_context update to a separate function and add the arguments of ->process_event() to it. This prepares the way for adding more methods to the perf_trace_context module, by providing the context information that they will need. Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>