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:_PyLong_FromLong
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H
A
D
trace-event-python.c
67
#define
_PyLong_FromLong
(arg) \
macro
82
#define
_PyLong_FromLong
(arg) \
macro
229
PyTuple_SetItem(t, n++,
_PyLong_FromLong
(value));
in define_value()
370
obj =
_PyLong_FromLong
(val);
in get_field_numeric_entry()
375
obj =
_PyLong_FromLong
(val);
in get_field_numeric_entry()
463
_PyLong_FromLong
(node->ms.sym->binding));
in python_process_callchain()
856
_PyLong_FromLong
(sample->pid));
in get_perf_sample_dict()
858
_PyLong_FromLong
(sample->tid));
in get_perf_sample_dict()
860
_PyLong_FromLong
(sample->cpu));
in get_perf_sample_dict()
896
_PyLong_FromLong
(sampl
in get_perf_sample_dict()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H
A
D
trace-event-python.c
62
#define
_PyLong_FromLong
(arg) \
macro
77
#define
_PyLong_FromLong
(arg) \
macro
222
PyTuple_SetItem(t, n++,
_PyLong_FromLong
(value));
in define_value()
363
obj =
_PyLong_FromLong
(val);
in get_field_numeric_entry()
368
obj =
_PyLong_FromLong
(val);
in get_field_numeric_entry()
440
_PyLong_FromLong
(node->ms.sym->binding));
in python_process_callchain()
748
_PyLong_FromLong
(sample->pid));
in get_perf_sample_dict()
750
_PyLong_FromLong
(sample->tid));
in get_perf_sample_dict()
752
_PyLong_FromLong
(sample->cpu));
in get_perf_sample_dict()
860
PyTuple_SetItem(t, n++,
_PyLong_FromLong
(cp
in python_process_tracepoint()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
python.c
31
#define
_PyLong_FromLong
(arg) \
macro
40
#define
_PyLong_FromLong
(arg) \
macro
1288
return
_PyLong_FromLong
(-1);
in pyrf__tracepoint()
1290
return
_PyLong_FromLong
(tp_format->id);
in pyrf__tracepoint()
1388
obj =
_PyLong_FromLong
(perf__constants[i].value);
in initperf()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
python.c
36
#define
_PyLong_FromLong
(arg) \
macro
45
#define
_PyLong_FromLong
(arg) \
macro
1386
return
_PyLong_FromLong
(-1);
in pyrf__tracepoint()
1388
return
_PyLong_FromLong
(tp_format->id);
in pyrf__tracepoint()
1487
obj =
_PyLong_FromLong
(perf__constants[i].value);
in initperf()
Completed in 8 milliseconds