Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c107 const char *itrace_options; in perf_set_itrace_options() local
123 itrace_options = _PyUnicode_AsUTF8(str); in perf_set_itrace_options()
125 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0); in perf_set_itrace_options()
/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 …