diff options
author | Lafcadio Wluiki <[email protected]> | 2017-02-24 15:00:23 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-02-24 17:46:56 -0800 |
commit | 796f571b0c5cf3efd2f652779770fa7bbbc2bb03 (patch) | |
tree | 56ce6af76056517dd861c1f9254c162291e72f41 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | a0a07b87f3942fdee7692914b36576e009e2d434 (diff) |
procfs: use an enum for possible hidepid values
Previously, the hidepid parameter was checked by comparing literal
integers 0, 1, 2. Let's add a proper enum for this, to make the
checking more expressive:
0 → HIDEPID_OFF
1 → HIDEPID_NO_ACCESS
2 → HIDEPID_INVISIBLE
This changes the internal labelling only, the userspace-facing interface
remains unmodified, and still works with literal integers 0, 1, 2.
No functional changes.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Lafcadio Wluiki <[email protected]>
Signed-off-by: Djalal Harouni <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions