Lines Matching refs:this
277 u64 *last_time; /* time this event was last seen per cpu */
392 * optimize an existing RUN event by merging this one
474 * every task starts in sleeping state - this gets ignored
475 * if there's no wakeup pointing to this sleep state:
997 struct work_atoms *this;
1000 this = container_of(*new, struct work_atoms, node);
1003 cmp = thread_lat_cmp(sort_list, data, this);
1252 * skip in this case.
1718 /* and then run additional processing needed for this command */
1894 /* returns last time this event was seen on the given cpu */
2636 /* time of this sched_switch event becomes last time task seen */
3118 struct work_atoms *this;
3125 this = container_of(*new, struct work_atoms, node);
3128 this_comm = thread__comm_str(this->thread);
3136 this->num_merged++;
3137 this->total_runtime += data->total_runtime;
3138 this->nb_atoms += data->nb_atoms;
3139 this->total_lat += data->total_lat;
3140 list_splice(&data->work_list, &this->work_list);
3141 if (this->max_lat < data->max_lat) {
3142 this->max_lat = data->max_lat;
3143 this->max_lat_start = data->max_lat_start;
3144 this->max_lat_end = data->max_lat_end;
3484 "Look for files with symbols relative to this directory"),