Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A 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()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-python.txt624 …perf_set_itrace_options(context, itrace_options) - set --itrace options if they have not been set …