diff options
author | David Garcia Quintas <dgq@google.com> | 2015-04-29 14:10:05 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-04-29 14:10:05 -0700 |
commit | bbc0b775e137e6865c9213086c61b84e7415a9ec (patch) | |
tree | 594570ab49a522a7f7f6beb189ada26d15e2f825 /templates/Makefile.template | |
parent | 735987bea0e48cfe579b48a969d71298ae973c31 (diff) |
Merge comments. See below.
- 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.
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r-- | templates/Makefile.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index fa1ff2b9bb..4c63fb2ed9 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -898,7 +898,8 @@ endif % endfor -ifeq ($(CONFIG), stapprof) +ifeq ($(CONFIG),stapprof) +src/core/profiling/stap_timers.c: $(GENDIR)/src/core/profiling/stap_probes.h ifeq ($(HAS_SYSTEMTAP),true) $(GENDIR)/src/core/profiling/stap_probes.h: src/core/profiling/stap_probes.d $(E) "[DTRACE] Compiling $<" |