^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #undef TRACE_SYSTEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define TRACE_SYSTEM topology
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #define TRACE_INCLUDE_PATH trace/hooks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #if !defined(_TRACE_HOOK_TOPOLOGY_H) || defined(TRACE_HEADER_MULTI_READ)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) #define _TRACE_HOOK_TOPOLOGY_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #include <linux/tracepoint.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #include <trace/hooks/vendor_hooks.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #include <linux/cpumask.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) DECLARE_HOOK(android_vh_arch_set_freq_scale,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) TP_PROTO(const struct cpumask *cpus, unsigned long freq,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) unsigned long max, unsigned long *scale),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) TP_ARGS(cpus, freq, max, scale));
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) DECLARE_HOOK(android_vh_update_topology_flags_workfn,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) TP_PROTO(void *unused),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) TP_ARGS(unused));
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) /* macro versions of hooks are no longer required */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) #endif /* _TRACE_HOOK_TOPOLOGY_H */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) /* This part must be outside protection */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) #include <trace/define_trace.h>