Lines Matching refs:this
279 u64 *last_time; /* time this event was last seen per cpu */
394 * optimize an existing RUN event by merging this one
476 * every task starts in sleeping state - this gets ignored
477 * if there's no wakeup pointing to this sleep state:
1019 struct work_atoms *this;
1022 this = container_of(*new, struct work_atoms, node);
1025 cmp = thread_lat_cmp(sort_list, data, this);
1274 * skip in this case.
1760 /* and then run additional processing needed for this command */
1941 /* returns last time this event was seen on the given cpu */
2692 /* time of this sched_switch event becomes last time task seen */
3154 struct work_atoms *this;
3161 this = container_of(*new, struct work_atoms, node);
3164 this_comm = thread__comm_str(this->thread);
3172 this->num_merged++;
3173 this->total_runtime += data->total_runtime;
3174 this->nb_atoms += data->nb_atoms;
3175 this->total_lat += data->total_lat;
3176 list_splice(&data->work_list, &this->work_list);
3177 if (this->max_lat < data->max_lat) {
3178 this->max_lat = data->max_lat;
3179 this->max_lat_start = data->max_lat_start;
3180 this->max_lat_end = data->max_lat_end;
3535 "Look for files with symbols relative to this directory"),