| Index: base/trace_event/common/trace_event_common.h
|
| diff --git a/base/trace_event/common/trace_event_common.h b/base/trace_event/common/trace_event_common.h
|
| index 7a1533ed822e884005234aa66bce588dec44299c..0a04d627108c773755c5bdebf4fb897afc8d392f 100644
|
| --- a/base/trace_event/common/trace_event_common.h
|
| +++ b/base/trace_event/common/trace_event_common.h
|
| @@ -928,12 +928,8 @@
|
|
|
| // Special trace event macro to trace task execution with the location where it
|
| // was posted from.
|
| -#define TRACE_TASK_EXECUTION(run_function, task) \
|
| - TRACE_EVENT2("toplevel", run_function, "src_file", \
|
| - (task).posted_from.file_name(), "src_func", \
|
| - (task).posted_from.function_name()); \
|
| - TRACE_EVENT_API_SCOPED_TASK_EXECUTION_EVENT INTERNAL_TRACE_EVENT_UID( \
|
| - task_event)((task).posted_from.file_name());
|
| +#define TRACE_TASK_EXECUTION(run_function, task) \
|
| + INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
|
|
|
| // TRACE_EVENT_METADATA* events are information related to other
|
| // injected events, not events in their own right.
|
|
|