Rename time_in_state.o to timeInState.o

Underscore character may cause bpf prog/map naming collision. For
example, x.o with map y_z and x_y.o with map z both result in x_y_z
prog/map name, which should be prevented during compile-time.

aosp/2147825 will prohibit underscore character in bpf source name
(source name derives the obj name). Existing bpf modules with underscore
characters in source name need to be updated accordingly.

Bug: 236706995
Test: bpf-time-in-state-tests
Change-Id: I9c9507d8c822d5cc2a84c8de2f711cf940d02fd3
2 files changed
tree: 4947cc5827188d069efae254805271df592aea30
  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_test.cpp
  10. timeInState.c