diff options
author | Kan Liang <[email protected]> | 2020-07-23 10:11:10 -0700 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-08-18 16:34:36 +0200 |
commit | 9f0c4fa111dc909ca545c45ea20ec84da555ce16 (patch) | |
tree | 8844a4fa766a0e13506fa6dd81d5fd428df31bb1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 58da7dbe6f036fefe504a4bb452afbd39bba73f7 (diff) |
perf/core: Add a new PERF_EV_CAP_SIBLING event capability
Current perf assumes that events in a group are independent. Close an
event doesn't impact the value of the other events in the same group.
If the closed event is a member, after the event closure, other events
are still running like a group. If the closed event is a leader, other
events are running as singleton events.
Add PERF_EV_CAP_SIBLING to allow events to indicate they require being
part of a group, and when the leader dies they cannot exist
independently.
Suggested-by: Peter Zijlstra <[email protected]>
Signed-off-by: Kan Liang <[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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions