Home
last modified time | relevance | path

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

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