unlock_tracer.h 238 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef UNLOCK_TRACER_H__
  3. #define UNLOCK_TRACER_H__ 1
  4. #include "../ktracer.h"
  5. #define UNLOCK_TRACER_SYMBOL_NAME "mutex_unlock"
  6. extern struct kretprobe unlock_probe;
  7. #endif // UNLOCK_TRACER_H__