FUSE-BPF: Make debugging messages format consistent

Use a consistent format among all the debugging messages of the
FUSE-BPF's BPF program to simplify their parsing.
The new format is:

 [NAME]: <parameters> ...

Where NAME is the "enum fuse_opcode" enumerator, with the initial
"FUSE_" omitted, e.g.:

  FUSE_LOOKUP -> LOOKUP

Test: m
Bug: 202785178
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: Ifcf10580b5e022992eb15314e59bfa0f7c8d534f
1 file changed
tree: e056ce274d89cecaaaf70f5d3cd975d900fa8131
  1. test/
  2. Android.bp
  3. fuse_media.c
  4. LICENSE
  5. METADATA
  6. OWNERS
  7. PREUPLOAD.cfg
  8. TEST_MAPPING
  9. time_in_state.c
  10. time_in_state_test.cpp