Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:last_slash
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
dso.c
78
const char *
last_slash
;
in dso__read_binary_type_filename()
local
84
last_slash
= filename + len;
in dso__read_binary_type_filename()
85
while (
last_slash
!= filename && *
last_slash
!= '/')
in dso__read_binary_type_filename()
86
last_slash
--;
in dso__read_binary_type_filename()
88
strncpy(dso_dir, filename,
last_slash
- filename);
in dso__read_binary_type_filename()
89
dso_dir[
last_slash
-filename] = '\0';
in dso__read_binary_type_filename()
150
const char *
last_slash
;
in dso__read_binary_type_filename()
local
153
last_slash
= dso->long_name + dso->long_name_len;
in dso__read_binary_type_filename()
154
while (
last_slash
!
in dso__read_binary_type_filename()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
dso.c
114
const char *
last_slash
;
in dso__read_binary_type_filename()
local
120
last_slash
= filename + len;
in dso__read_binary_type_filename()
121
while (
last_slash
!= filename && *
last_slash
!= '/')
in dso__read_binary_type_filename()
122
last_slash
--;
in dso__read_binary_type_filename()
124
strncpy(dso_dir, filename,
last_slash
- filename);
in dso__read_binary_type_filename()
125
dso_dir[
last_slash
-filename] = '\0';
in dso__read_binary_type_filename()
186
const char *
last_slash
;
in dso__read_binary_type_filename()
local
189
last_slash
= dso->long_name + dso->long_name_len;
in dso__read_binary_type_filename()
190
while (
last_slash
!
in dso__read_binary_type_filename()
[all...]
Completed in 3 milliseconds