Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Dbpf-loader.c397 bool bool_value; in prog_config__bool() local
402 err = strtobool(value, &bool_value); in prog_config__bool()
406 *pbool = invert ? !bool_value : bool_value; in prog_config__bool()

Completed in 6 milliseconds