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:TIF_UPROBE
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
thread_info.h
91
#define
TIF_UPROBE
10 /* uprobe breakpoint or singlestep */
macro
98
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
thread_info.h
64
#define
TIF_UPROBE
3 /* breakpointed or single-stepping */
macro
89
#define _TIF_UPROBE BIT(
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
thread_info.h
78
#define
TIF_UPROBE
11 /* breakpointed or singlestepping */
macro
103
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
thread_info.h
59
#define
TIF_UPROBE
3 /* uprobe breakpoint or singlestep */
macro
76
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
thread_info.h
75
#define
TIF_UPROBE
7 /* breakpointed or singlestepping */
macro
95
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
thread_info.h
67
#define
TIF_UPROBE
3 /* breakpointed or single-stepping */
macro
92
#define _TIF_UPROBE BIT(
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
thread_info.h
68
#define
TIF_UPROBE
4 /* uprobe breakpoint or singlestep */
macro
96
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
thread_info.h
63
#define
TIF_UPROBE
3 /* uprobe breakpoint or singlestep */
macro
80
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
thread_info.h
115
#define
TIF_UPROBE
6 /* breakpointed or singlestepping */
macro
140
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
thread_info.h
64
#define
TIF_UPROBE
4 /* uprobe breakpoint or singlestep */
macro
93
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
thread_info.h
143
#define
TIF_UPROBE
3 /* breakpointed or singlestepping */
macro
158
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
thread_info.h
117
#define
TIF_UPROBE
6 /* breakpointed or singlestepping */
macro
142
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
thread_info.h
110
#define
TIF_UPROBE
14 /* breakpointed or single-stepping */
macro
136
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
thread_info.h
89
#define
TIF_UPROBE
12 /* breakpointed or singlestepping */
macro
119
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
thread_info.h
145
#define
TIF_UPROBE
3 /* breakpointed or singlestepping */
macro
160
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
thread_info.h
110
#define
TIF_UPROBE
14 /* breakpointed or single-stepping */
macro
136
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
thread_info.h
89
#define
TIF_UPROBE
12 /* breakpointed or singlestepping */
macro
112
#define _TIF_UPROBE (1 <<
TIF_UPROBE
)
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
thread_info_64.h
185
#define
TIF_UPROBE
6 /* breakpointed or singlestepped */
macro
205
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
thread_info_64.h
184
#define
TIF_UPROBE
6 /* breakpointed or singlestepped */
macro
204
#define _TIF_UPROBE (1<<
TIF_UPROBE
)
/kernel/linux/linux-5.10/kernel/events/
H
A
D
uprobes.c
1983
set_tsk_thread_flag(t,
TIF_UPROBE
);
in uprobe_deny_signal()
2290
* On breakpoint hit, breakpoint notifier sets the
TIF_UPROBE
flag and
2294
* On singlestep exception, singlestep notifier sets the
TIF_UPROBE
flag
2297
* While returning to userspace, thread notices the
TIF_UPROBE
flag and calls
2304
clear_thread_flag(
TIF_UPROBE
);
in uprobe_notify_resume()
2315
* notifier mechanism. Set
TIF_UPROBE
flag and indicate breakpoint hit.
2326
set_thread_flag(
TIF_UPROBE
);
in uprobe_pre_sstep_notifier()
2332
* mechanism. Set
TIF_UPROBE
flag and indicate completion of singlestep.
2343
set_thread_flag(
TIF_UPROBE
);
in uprobe_post_sstep_notifier()
/kernel/linux/linux-6.6/kernel/events/
H
A
D
uprobes.c
1978
set_tsk_thread_flag(t,
TIF_UPROBE
);
in uprobe_deny_signal()
2285
* On breakpoint hit, breakpoint notifier sets the
TIF_UPROBE
flag and
2289
* On singlestep exception, singlestep notifier sets the
TIF_UPROBE
flag
2292
* While returning to userspace, thread notices the
TIF_UPROBE
flag and calls
2299
clear_thread_flag(
TIF_UPROBE
);
in uprobe_notify_resume()
2310
* notifier mechanism. Set
TIF_UPROBE
flag and indicate breakpoint hit.
2321
set_thread_flag(
TIF_UPROBE
);
in uprobe_pre_sstep_notifier()
2327
* mechanism. Set
TIF_UPROBE
flag and indicate completion of singlestep.
2338
set_thread_flag(
TIF_UPROBE
);
in uprobe_post_sstep_notifier()
Completed in 14 milliseconds