xref: /kernel/linux/linux-6.6/tools/perf/util/perf_api_probe.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/util/
162306a36Sopenharmony_ci
262306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
362306a36Sopenharmony_ci#ifndef __PERF_API_PROBE_H
462306a36Sopenharmony_ci#define __PERF_API_PROBE_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <stdbool.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_cibool perf_can_aux_sample(void);
962306a36Sopenharmony_cibool perf_can_comm_exec(void);
1062306a36Sopenharmony_cibool perf_can_record_cpu_wide(void);
1162306a36Sopenharmony_cibool perf_can_record_switch_events(void);
1262306a36Sopenharmony_cibool perf_can_record_text_poke_events(void);
1362306a36Sopenharmony_cibool perf_can_sample_identifier(void);
1462306a36Sopenharmony_cibool perf_can_record_build_id(void);
1562306a36Sopenharmony_cibool perf_can_record_cgroup(void);
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif // __PERF_API_PROBE_H
18

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