Home
last modified time | relevance | path

Searched refs:instrument_options (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options)
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL))
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0;
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0;
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0;
57 InstrInit(Instrumentation *instr, int instrument_options)
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0;
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0;
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
57 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
60 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
61 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
62 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A Dinstrument.c31 InstrAlloc(int n, int instrument_options, bool async_mode) in InstrAlloc() argument
37 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER | INSTRUMENT_WAL)) in InstrAlloc()
39 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
40 bool need_wal = (instrument_options & INSTRUMENT_WAL) != 0; in InstrAlloc()
41 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
58 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
61 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
62 instr->need_walusage = (instrument_options & INSTRUMENT_WAL) != 0; in InstrInit()
63 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A Dinstrument.c30 InstrAlloc(int n, int instrument_options) in InstrAlloc() argument
36 if (instrument_options & (INSTRUMENT_BUFFERS | INSTRUMENT_TIMER)) in InstrAlloc()
38 bool need_buffers = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrAlloc()
39 bool need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrAlloc()
54 InstrInit(Instrumentation *instr, int instrument_options) in InstrInit() argument
57 instr->need_bufusage = (instrument_options & INSTRUMENT_BUFFERS) != 0; in InstrInit()
58 instr->need_timer = (instrument_options & INSTRUMENT_TIMER) != 0; in InstrInit()

12345678910>>...14