Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c117 const char *itrace_options; in perf_set_itrace_options() local
133 itrace_options = _PyUnicode_AsUTF8(str); in perf_set_itrace_options()
135 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0); in perf_set_itrace_options()
/linux-6.12.1/tools/perf/Documentation/
Dperf-script-python.txt624 …perf_set_itrace_options(context, itrace_options) - set --itrace options if they have not been set …