xref: /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/00basic/basic2.tc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/00basic/
162306a36Sopenharmony_ci#!/bin/sh
262306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
362306a36Sopenharmony_ci# description: Basic test for tracers
462306a36Sopenharmony_ci# flags: instance
562306a36Sopenharmony_citest -f available_tracers
662306a36Sopenharmony_cifor t in `cat available_tracers`; do
762306a36Sopenharmony_ci  echo $t > current_tracer
862306a36Sopenharmony_cidone
962306a36Sopenharmony_ciecho nop > current_tracer
10

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