Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddso.c78 const char *last_slash; in dso__read_binary_type_filename() local
81 last_slash = dso->long_name + dso->long_name_len; in dso__read_binary_type_filename()
82 while (last_slash != dso->long_name && *last_slash != '/') in dso__read_binary_type_filename()
83 last_slash--; in dso__read_binary_type_filename()
86 dir_size = last_slash - dso->long_name + 2; in dso__read_binary_type_filename()
93 last_slash); in dso__read_binary_type_filename()