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:c2c
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
3
* This is rewrite of original
c2c
tool introduced in here:
136
static struct perf_c2c
c2c
;
variable
146
c2c_he->cpuset = bitmap_zalloc(
c2c
.cpus_cnt);
in c2c_he_zalloc()
150
c2c_he->nodeset = bitmap_zalloc(
c2c
.nodes_cnt);
in c2c_he_zalloc()
154
c2c_he->node_stats = zalloc(
c2c
.nodes_cnt * sizeof(*c2c_he->node_stats));
in c2c_he_zalloc()
245
node = mem2node__node(&
c2c
.mem2node, sample->phys_addr);
in c2c_he__set_node()
281
struct c2c_hists *c2c_hists = &
c2c
.hists;
in process_sample_event()
298
if (
c2c
.stitch_lbr)
in process_sample_event()
348
int node =
c2c
.cpu2node[cpu];
in process_sample_event()
352
c2c_hists = he__get_c2c_hists(he,
c2c
in process_sample_event()
387
static struct perf_
c2c
c2c
= {
global()
variable
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
3
* This is rewrite of original
c2c
tool introduced in here:
130
static struct perf_c2c
c2c
;
variable
140
c2c_he->cpuset = bitmap_alloc(
c2c
.cpus_cnt);
in c2c_he_zalloc()
144
c2c_he->nodeset = bitmap_alloc(
c2c
.nodes_cnt);
in c2c_he_zalloc()
148
c2c_he->node_stats = zalloc(
c2c
.nodes_cnt * sizeof(*c2c_he->node_stats));
in c2c_he_zalloc()
231
node = mem2node__node(&
c2c
.mem2node, sample->phys_addr);
in c2c_he__set_node()
263
struct c2c_hists *c2c_hists = &
c2c
.hists;
in process_sample_event()
277
if (
c2c
.stitch_lbr)
in process_sample_event()
324
int node =
c2c
.cpu2node[cpu];
in process_sample_event()
328
c2c_hists = he__get_c2c_hists(he,
c2c
in process_sample_event()
363
static struct perf_
c2c
c2c
= {
global()
variable
[all...]
Completed in 10 milliseconds