blob: 56973303dabf4bcc1b75dafbcf6264d20480e851 [file] [log] [blame]
Masood Malekghassemi76c3d742015-08-19 18:22:53 -07001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2015 gRPC authors.
Masood Malekghassemi76c3d742015-08-19 18:22:53 -07004 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Masood Malekghassemi76c3d742015-08-19 18:22:53 -07008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
Masood Malekghassemi76c3d742015-08-19 18:22:53 -070010 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
Masood Malekghassemi76c3d742015-08-19 18:22:53 -070016 *
17 */
18
Craig Tiller9533d042016-03-25 17:11:06 -070019#include "src/core/lib/surface/api_trace.h"
Craig Tillerbc0ab082017-05-05 10:42:44 -070020#include "src/core/lib/debug/trace.h"
Masood Malekghassemi76c3d742015-08-19 18:22:53 -070021
ncteisen06bce6e2017-07-10 07:58:49 -070022grpc_tracer_flag grpc_api_trace = GRPC_TRACER_INITIALIZER(false, "api");