Skip to content

Commit 4639cff

Browse files
danbevMylesBorins
authored andcommitted
src: rename perfctr_macros.py->noperfctr_macros.py
This commit renames perfctr_macros.py to be consistent with the other macro python scripts nolttng_macros.py, and notrace_macros.py. PR-URL: #16100 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b7865ea commit 4639cff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
'inputs': [ 'src/nolttng_macros.py' ]
384384
}],
385385
[ 'node_use_perfctr=="false"', {
386-
'inputs': [ 'src/perfctr_macros.py' ]
386+
'inputs': [ 'src/noperfctr_macros.py' ]
387387
}]
388388
],
389389
'action': [
File renamed without changes.

0 commit comments

Comments
 (0)