diff options
author | Tzvetomir Stoyanov <[email protected]> | 2019-04-01 12:43:08 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-04-01 15:18:09 -0300 |
commit | 6699ed712a97f70267e017f509126b890f6f6b28 (patch) | |
tree | 51121a341e65c4f38001f329a8a8a21a0f889e61 /tools/perf/scripts/python/netdev-times.py | |
parent | fed33e905c4beea96a066686f8be2b489eb5068e (diff) |
tools lib traceevent: Implement a new API, tep_list_events_copy()
Existing API tep_list_events() is not thread safe, it uses the internal
array sort_events to keep cache of the sorted events and reuses it. This
patch implements a new API, tep_list_events_copy(), which allocates new
sorted array each time it is called. It could be used when a sorted
events functionality is needed in thread safe use cases. It is up to the
caller to free the array.
Signed-off-by: Tzvetomir Stoyanov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: http://lore.kernel.org/linux-trace-devel/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions