Searched refs:realpath (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh286 script_path=$(realpath "$0")
/linux-master/
H A DMakefile42 abs_srctree := $(realpath $(dir $(this-makefile)))
193 # $(realpath ...) gets empty if the path does not exist. Run 'mkdir -p' first.
195 # $(realpath ...) resolves symlinks
196 abs_objtree := $(realpath $(KBUILD_OUTPUT))
/linux-master/tools/perf/
H A DMakefile.perf297 FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP)
299 FEATURE_DUMP_EXPORT := $(realpath $(FEATURES_DUMP))
H A Dbuiltin-daemon.c1103 char *real = realpath(daemon->config, NULL);
1106 perror("failed: realpath");
/linux-master/tools/perf/util/
H A Dsymbol.c1000 char *r = realpath(filename, NULL);
2502 symfs = realpath(symbol_conf.symfs, NULL);
H A Dauxtrace.c2722 fn = realpath(filt->filename, filename_buf);
/linux-master/tools/lib/bpf/
H A Dusdt.c467 if (!realpath(lib_path, path)) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py35 bpf_test_dir = os.path.dirname(os.path.realpath(__file__))
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py932 dir = os.path.dirname(os.path.realpath(__file__))

Completed in 404 milliseconds

123