|
@@ -843,7 +843,6 @@ static size_t fprintf_duration(unsigned long t, FILE *fp)
|
|
*/
|
|
*/
|
|
struct thread_trace {
|
|
struct thread_trace {
|
|
u64 entry_time;
|
|
u64 entry_time;
|
|
- u64 exit_time;
|
|
|
|
bool entry_pending;
|
|
bool entry_pending;
|
|
unsigned long nr_events;
|
|
unsigned long nr_events;
|
|
unsigned long pfmaj, pfmin;
|
|
unsigned long pfmaj, pfmin;
|
|
@@ -1571,8 +1570,6 @@ static int trace__sys_exit(struct trace *trace, struct perf_evsel *evsel,
|
|
++trace->stats.vfs_getname;
|
|
++trace->stats.vfs_getname;
|
|
}
|
|
}
|
|
|
|
|
|
- ttrace->exit_time = sample->time;
|
|
|
|
-
|
|
|
|
if (ttrace->entry_time) {
|
|
if (ttrace->entry_time) {
|
|
duration = sample->time - ttrace->entry_time;
|
|
duration = sample->time - ttrace->entry_time;
|
|
if (trace__filter_duration(trace, duration))
|
|
if (trace__filter_duration(trace, duration))
|