aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorPaul Moore <[email protected]>2022-11-08 13:01:19 -0500
committerPaul Moore <[email protected]>2022-11-09 11:00:49 -0500
commit048be156491ff1aeb0fe5ff0862644d38cd39015 (patch)
tree8201a4ebe4bcc2dbdf95eef34761db08e25f3132 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parente0d8259355cb846f9cf2e38f6ba3430aecb9ebcc (diff)
selinux: remove the sidtab context conversion indirect calls
The sidtab conversion code has support for multiple context conversion routines through the use of function pointers and indirect calls. However, the reality is that all current users rely on the same conversion routine: convert_context(). This patch does away with this extra complexity and replaces the indirect calls with direct function calls; allowing us to remove a layer of obfuscation and create cleaner, more maintainable code. Reviewed-by: Ondrej Mosnacek <[email protected]> Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions