OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_stat
(Results
1 - 9
of
9
) sorted by null
/external/fio/
stat.h
120
struct
thread_stat
{
struct
211
extern struct json_object * show_thread_status(struct
thread_stat
*ts, struct group_run_stats *rs);
218
extern void sum_thread_stats(struct
thread_stat
*dst, struct
thread_stat
*src, int nr);
220
extern void init_thread_stat(struct
thread_stat
*ts);
225
extern void stat_calc_lat_m(struct
thread_stat
*ts, double *io_u_lat);
226
extern void stat_calc_lat_u(struct
thread_stat
*ts, double *io_u_lat);
server.h
80
struct
thread_stat
ts;
164
struct
thread_stat
;
166
extern void fio_server_send_ts(struct
thread_stat
*, struct group_run_stats *);
stat.c
21
struct
thread_stat
*ts = &td->ts;
314
static void stat_calc_lat(struct
thread_stat
*ts, double *dst,
334
void stat_calc_lat_u(struct
thread_stat
*ts, double *io_u_lat)
339
void stat_calc_lat_m(struct
thread_stat
*ts, double *io_u_lat)
363
static void show_ddir_status(struct group_run_stats *rs, struct
thread_stat
*ts,
488
static void show_latencies(struct
thread_stat
*ts)
500
static void show_thread_status_normal(struct
thread_stat
*ts,
599
static void show_ddir_status_terse(struct
thread_stat
*ts,
671
static void add_ddir_status_json(struct
thread_stat
*ts,
778
static void show_thread_status_terse_v2(struct
thread_stat
*ts
[
all
...]
gclient.c
17
static void gfio_display_ts(struct fio_client *client, struct
thread_stat
*ts,
283
extern struct
thread_stat
client_ts;
702
struct
thread_stat
*ts, unsigned int len)
731
static void gfio_add_end_results(struct gfio_client *gc, struct
thread_stat
*ts,
743
struct
thread_stat
*ts, unsigned int len,
776
static void gfio_show_io_depths(GtkWidget *vbox, struct
thread_stat
*ts)
816
static void gfio_show_cpu_usage(GtkWidget *vbox, struct
thread_stat
*ts)
957
struct
thread_stat
*ts)
1119
GtkWidget *vbox, struct
thread_stat
*ts,
[
all
...]
gfio.h
141
struct
thread_stat
ts;
fio.h
105
struct
thread_stat
ts;
client.c
55
struct
thread_stat
client_ts;
733
static void convert_ts(struct
thread_stat
*dst, struct
thread_stat
*src)
[
all
...]
server.c
987
* Send a CMD_TS, which packs struct
thread_stat
and group_run_stats
990
void fio_server_send_ts(struct
thread_stat
*ts, struct group_run_stats *rs)
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c
106
struct
thread_stat
{
struct
115
static struct
thread_stat
*thread_stat_find(u32 tid)
118
struct
thread_stat
*st;
122
st = container_of(node, struct
thread_stat
, rb);
134
static void thread_stat_insert(struct
thread_stat
*new)
138
struct
thread_stat
*p;
141
p = container_of(*rb, struct
thread_stat
, rb);
149
BUG_ON("inserting invalid
thread_stat
\n");
156
static struct
thread_stat
*thread_stat_findnew_after_first(u32 tid)
158
struct
thread_stat
*st
[
all
...]
Completed in 4390 milliseconds