aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/debug
Commit message (Collapse)AuthorAge
* Add a static_assertGravatar yang-g2018-12-06
|
* Make TraceFlag trivially destructibleGravatar yang-g2018-12-06
|
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
| | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* Create GRPC_USE_TRACERS to support OSS/internal differenceGravatar ncteisen2018-05-22
|
* Add epollex fd cacheGravatar kpayson642018-05-15
|
* Undo clang_format script changeGravatar Yash Tibrewal2018-05-14
|
* Cleanup stats removal for opt build. Stats will only be collected on debug ↵Gravatar Yash Tibrewal2018-05-14
| | | | builds or if GRPC_COLLECT_STATS is defined.
* Try removing statsGravatar Yash Tibrewal2018-05-04
|
* Add in compile out tracers optionGravatar ncteisen2018-04-30
|
* Add clarifying comment, stylistic consistencyGravatar ncteisen2018-04-09
|
* fix spammy log on empty GRPC_TRACE varGravatar ncteisen2018-04-09
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* \ Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
|\ \
| | * Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| |/|
| * | clang fmtGravatar Noah Eisen2017-11-28
| | |
| * | Fix tracer TSAN bugGravatar Noah Eisen2017-11-28
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-21
|\| |
| | * clang fmtGravatar ncteisen2017-11-20
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | |\ | | |/ | |/|
| | * clang fmtGravatar ncteisen2017-11-17
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| | |
| * | reviewer feedbackGravatar ncteisen2017-11-17
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ | | |/ | |/|
| | * Reviewer feedback: friend func not clasSGravatar ncteisen2017-11-16
| | |
| | * Reviewer feedback: singleton TraceFlagListGravatar ncteisen2017-11-16
| | |
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
| | * pull global tracer list from TraceFlag classGravatar ncteisen2017-11-14
| | |
| | * Add tracer peer to keep set_enabled private()Gravatar ncteisen2017-11-14
| | |
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| | * clang tidyGravatar Noah Eisen2017-11-13
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ | | |/ | |/|
| | * clang fmtGravatar Noah Eisen2017-11-12
| | |
| | * Make debug flags DebugOnlyGravatar ncteisen2017-11-10
| | |
| | * Fix test compileGravatar ncteisen2017-11-10
| | |
| | * Fix TSAN buildGravatar ncteisen2017-11-10
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | |\ | | | | | | | | | | | | Lot's of manual work to make this merge work
| * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |/ | |/|
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\| |
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| | * Fix compile after flowctl mergeGravatar ncteisen2017-10-18
| | |
* | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ / | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
| * Add debug-only trace flagsGravatar Craig Tiller2017-10-18
| |
| * Better nameGravatar Craig Tiller2017-10-18
| |