diff options
author | 2015-09-29 09:22:05 -0400 | |
---|---|---|
committer | 2015-09-29 13:23:56 -0400 | |
commit | ce3fed628ecc86d81fdb2be5a5c336c636960bfe (patch) | |
tree | 428a16fc3b98bd42fba3c130f3dc25449ad39923 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tracing: Remove unused tracing option "ftrace_preempt" (diff) | |
download | linux-dev-ce3fed628ecc86d81fdb2be5a5c336c636960bfe.tar.xz linux-dev-ce3fed628ecc86d81fdb2be5a5c336c636960bfe.zip |
tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags
Using enums with FLAG_BIT and then defining a FLAG = (1 << FLAG_BIT), is a
bit more robust as we require that there are no bits out of order or skipped
to match the file names that represent the bits.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions