diff options
author | James Clark <[email protected]> | 2024-07-22 11:11:57 +0100 |
---|---|---|
committer | Suzuki K Poulose <[email protected]> | 2024-08-20 15:02:38 +0100 |
commit | de0029fdde86092c75472c92e56a962f4edee0f6 (patch) | |
tree | a73207d94509a16793fb234c5015c8e8357143fd /lib/test_fortify/write_overflow-strncpy.c | |
parent | 5ad628a7617607baac53745f8025638b967470a2 (diff) |
coresight: Remove pending trace ID release mechanism
Pending the release of IDs was a way of managing concurrent sysfs and
Perf sessions in a single global ID map. Perf may have finished while
sysfs hadn't, and Perf shouldn't release the IDs in use by sysfs and
vice versa.
Now that Perf uses its own exclusive ID maps, pending release doesn't
result in any different behavior than just releasing all IDs when the
last Perf session finishes. As part of the per-sink trace ID change, we
would have still had to make the pending mechanism work on a per-sink
basis, due to the overlapping ID allocations, so instead of making that
more complicated, just remove it.
Signed-off-by: James Clark <[email protected]>
Reviewed-by: Mike Leach <[email protected]>
Signed-off-by: James Clark <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy.c')
0 files changed, 0 insertions, 0 deletions