Home
last modified time | relevance | path

Searched refs:home (Results 1 – 4 of 4) sorted by relevance

/tools/lib/traceevent/
Devent-plugin.c391 char *home; in load_plugins() local
420 home = getenv("HOME"); in load_plugins()
421 if (!home) in load_plugins()
424 path = malloc(strlen(home) + strlen(LOCAL_PLUGIN_DIR) + 2); in load_plugins()
430 strcpy(path, home); in load_plugins()
/tools/perf/util/
Dconfig.c464 const char *home = NULL; in perf_config() local
475 home = getenv("HOME"); in perf_config()
476 if (perf_config_global() && home) { in perf_config()
477 char *user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config()
482 "ignoring it.", home); in perf_config()
/tools/testing/ktest/examples/
Dsnowball.conf12 THIS_DIR := /home/rostedt/work/demo/ktest-embed
/tools/perf/Documentation/
Dperf-script-python.txt387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python