OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_stat
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-stat.c
206
struct
perf_stat
{
struct
212
evsel->priv = zalloc(sizeof(struct
perf_stat
));
344
struct
perf_stat
*ps = counter->priv;
525
struct
perf_stat
*ps;
868
struct
perf_stat
*ps = counter->priv;
[
all
...]
builtin-script.c
1176
struct stat
perf_stat
;
local
1191
err = fstat(input, &
perf_stat
);
1197
if (!
perf_stat
.st_size) {
Completed in 82 milliseconds