Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dconfig.h33 const char *perf_config_get(const char *name);
Dconfig.c981 const char *perf_config_get(const char *name) in perf_config_get() function
/linux-6.14.4/tools/perf/scripts/python/
Darm-cs-trace-disasm.py17 from perf_trace_context import perf_sample_srccode, perf_config_get
48 config = perf_config_get("annotate.objdump")
/linux-6.14.4/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c181 return Py_BuildValue("s", perf_config_get(config_name)); in __perf_config_get()
/linux-6.14.4/tools/perf/Documentation/
Dperf-script-python.txt627 perf_config_get(config_name) - returns the value of the named config item, or None if unset