| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
For example, whereas previously we'd have
GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200 (nil) src/core/iomgr/tcp_posix.c 337
now we have:
GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200(GRPC_PTAG_HANDLE_READ) (nil) src/core/iomgr/tcp_posix.c 337
Note the literal enum name in parenthesis following the tag int value.
|
|
|
|
|
|
| |
It's meant to have a special status in the analysis, whereby latencies
from important marks to all their enclosing BEGIN ({) and END (})
markings will be measured.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Added ptag ignore annotation threshold
- prefixed everythig with grpc_
- removed spurious annotations in channel_create.c and client_channel.c
- removed stap_probes.h (it's generated from stap_probes.d by make)
- Updated Makefile and its template with the right way to generate stap
probe headers from its .d definition.
|
|
|
|
| |
This commit includes a faulty Makefile to be fixed in a follow commit.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
there are no ifdefs in the middle of structures of the main code path
|
|
|
|
|
| |
variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing
actually takes place.
|
|
statistics
|