xref: /kernel/linux/linux-5.10/tools/perf/util/perf_api_probe.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/util/
18c2ecf20Sopenharmony_ci
28c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
38c2ecf20Sopenharmony_ci#ifndef __PERF_API_PROBE_H
48c2ecf20Sopenharmony_ci#define __PERF_API_PROBE_H
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#include <stdbool.h>
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_cibool perf_can_aux_sample(void);
98c2ecf20Sopenharmony_cibool perf_can_comm_exec(void);
108c2ecf20Sopenharmony_cibool perf_can_record_cpu_wide(void);
118c2ecf20Sopenharmony_cibool perf_can_record_switch_events(void);
128c2ecf20Sopenharmony_cibool perf_can_record_text_poke_events(void);
138c2ecf20Sopenharmony_cibool perf_can_sample_identifier(void);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif // __PERF_API_PROBE_H
16

Indexes created Thu Nov 07 10:32:03 CST 2024