MCPcopy Create free account

hub / github.com/DataDog/datadog-agent / functions

Functions32,574 in github.com/DataDog/datadog-agent

↓ 10,280 callersMethodEqual
(opts testOpts)
pkg/security/tests/module_tester.go:285
↓ 4,043 callersFunctionmake
(ctx, install_prefix=None, python_runtimes='3', cmake_options='', arch="x64")
tasks/rtloader.py:57
↓ 3,912 callersMethodErrorf
(format string, params ...interface{})
pkg/trace/log/logger.go:44
↓ 1,673 callersMethodString
()
pkg/serverless/flush/strategy.go:23
↓ 1,288 callersMethodAdd
(components ...Stoppable)
pkg/util/startstop/stop.go:16
↓ 1,255 callersMethodSetWithoutSource
(key string, value interface{})
pkg/config/model/types.go:88
↓ 1,215 callersMethodNow
Now return and cache the `now` timestamp
pkg/security/secl/compiler/eval/context.go:29
↓ 1,190 callersMethodRun
Run starts the store
pkg/process/events/store.go:29
↓ 1,158 callersFunctionDebugf
Debugf logs with format at the debug level
pkg/util/log/log.go:585
↓ 1,122 callersMethodUnlock
Unlock allows to unlock after a read that do not require any modification to the internal object
pkg/clusteragent/externalmetrics/store.go:150
↓ 1,106 callersMethodGetEventType
GetEventType returns the event type of the event
pkg/security/secl/model/model.go:301
↓ 1,025 callersMethodError
(v ...interface{})
pkg/trace/log/logger.go:43
↓ 1,018 callersMethodJoin
Join performs strings.Join on tags
pkg/tagset/composite_tags.go:113
↓ 1,015 callersFunctionPtr
Ptr returns a pointer from a value. It will allocate a new heap object for it.
pkg/util/pointer/pointer.go:10
↓ 982 callersMethodLen
Len returns the length of the cache. Required for the cache cleaning logic.
pkg/util/trivy/cache.go:103
↓ 907 callersFunctionErrorf
Errorf logs with format at the error level and returns an error containing the formated log message
pkg/util/log/log.go:701
↓ 840 callersMethodBindEnvAndSetDefault
API not implemented by viper.Viper and that have proven useful for our config usage BindEnvAndSetDefault sets the default value for a config parameter
pkg/config/model/types.go:138
↓ 819 callersMethodNext
Next returns the next element
pkg/security/secl/model/model.go:551
↓ 764 callersMethodHasParent
HasParent returns whether the process has a parent
pkg/security/secl/model/model.go:561
↓ 711 callersMethodFront
Front returns the first element
pkg/security/secl/model/model.go:541
↓ 692 callersMethodContains
Contains returns true if the given key exists in the cache.
pkg/util/trivy/cache.go:93
↓ 677 callersMethodErrorf
Errorf logs the given formatted arguments at the error level, and returns an error containing the message.
comp/core/log/component.go:54
↓ 660 callersMethodGet
Get returns the value associated with the given key. It returns an error if the key was not found.
pkg/util/trivy/cache.go:99
↓ 632 callersFunctionWarnf
Warnf logs with format at the warn level and returns an error containing the formated log message
pkg/util/log/log.go:665
↓ 570 callersMethodHasInterpreter
HasInterpreter returns whether the process uses an interpreter
pkg/security/secl/model/model_unix.go:278
↓ 567 callersMethodIsNotKworker
IsNotKworker returns true if the process isn't a kworker
pkg/security/secl/model/model_unix.go:283
↓ 562 callersMethodUnmarshal
(rawVal interface{})
pkg/config/model/types.go:112
↓ 559 callersMethodString
()
pkg/metadata/payload.go:12
↓ 552 callersMethodInc
Inc increments the Gauge value.
comp/core/telemetry/gauge.go:13
↓ 552 callersFunctionprint
(t *testing.T, i interface{})
pkg/security/secl/compiler/ast/secl_test.go:24
↓ 532 callersMethodEqual
Equal determines whether the passed config is the same
pkg/autodiscovery/integration/config.go:143
↓ 524 callersMethodWrite
(b []byte)
pkg/util/pipe.go:13
↓ 523 callersFunctionNewContext
NewContext return a new Context
pkg/security/secl/compiler/eval/context.go:60
↓ 512 callersFunctionInfof
Infof logs with format at the info level
pkg/util/log/log.go:625
↓ 494 callersMethodRun
(t *testing.T, name string, fnc func(t *testing.T, kind wrapperType, cmd func(bin string, args []string, envs
pkg/security/tests/cmdwrapper.go:48
↓ 476 callersFunctiondelete
(ctx, org, image, tag, token)
tasks/docker_tasks.py:107
↓ 474 callersMethodrun
(self)
rtloader/test/python/datadog_checks/base/checks/__init__.py:9
↓ 442 callersMethodSet
Set inserts or updates an entry in the cache with the given key-value pair.
pkg/util/trivy/cache.go:97
↓ 436 callersMethodLoad
()
pkg/serverless/trace/trace.go:33
↓ 413 callersFunctionAddressFromString
AddressFromString creates an Address using the string representation of an IP
pkg/process/util/address.go:64
↓ 412 callersMethodError
Error logs the given arguments, separated by spaces, at the error level, and returns an error containing the messages.
comp/core/log/component.go:51
↓ 401 callersMethodGetBool
(key string)
pkg/config/model/types.go:29
↓ 362 callersMethodMarshal
(r *pbgo.ProcessStatRequest)
pkg/process/encoding/request/encoding.go:27
↓ 341 callersMethodGetInt
(key string)
pkg/config/model/types.go:30
↓ 331 callersMethodName
Name returns the name of the check
pkg/process/checks/checks.go:46
↓ 330 callersMethodGetString
(key string)
pkg/config/model/types.go:28
↓ 329 callersMethodRun
Run triggers the collection process given a configuration and returns the collection result. Returns an error if the collection failed.
pkg/collector/corechecks/cluster/orchestrator/collectors/collector.go:41
↓ 325 callersMethodClose
()
pkg/security/agent/client.go:48
↓ 325 callersMethodDone
Done returns the data buffer back to a sync.Pool
pkg/ebpf/perf.go:36
↓ 320 callersMethodGauge
(metric string, value float64, hostname string, tags []string)
pkg/aggregator/sender/sender.go:19
↓ 319 callersMethodget
(key StoreKey)
test/new-e2e/pkg/runner/parameters/store.go:14
↓ 318 callersFunctionclose
()
cmd/agent/gui/views/private/js/codemirror.js:9012
↓ 299 callersMethodHelper
()
pkg/metrics/test_helper.go:149
↓ 298 callersMethodResolveFilePath
(ev *Event, e *FileEvent)
pkg/security/secl/model/field_handlers_unix.go:953
↓ 296 callersMethodResolveFileBasename
(ev *Event, e *FileEvent)
pkg/security/secl/model/field_handlers_unix.go:948
↓ 292 callersMethodPrintf
Printf implements gosnmp.LoggerInterface#Printf
pkg/snmp/traps/snmplog/snmplog.go:37
↓ 291 callersMethodGetBool
(key string)
comp/core/log/params.go:52
↓ 253 callersMethodCleanup
Cleanup performs resource cleanup after check is no longer running
pkg/process/checks/checks.go:58
↓ 252 callersMethodParse
Parse parses a line of log input.
pkg/logs/internal/parsers/interface.go:18
↓ 251 callersMethodappend
(self, body)
tools/agent_QA/test_builder.py:50
↓ 246 callersMethodGetContent
()
pkg/logs/message/message.go:238
↓ 239 callersMethodRun
(ctx context.Context)
comp/process/runner/component.go:22
↓ 229 callersFunctionMock
Mock is creating and returning a mock config
pkg/config/mock.go:38
↓ 223 callersMethodSet
(key string, value interface{}, source Source)
pkg/config/model/types.go:87
↓ 219 callersMethodSet
Set stores the value for the given tags.
comp/core/telemetry/gauge.go:11
↓ 218 callersMethodID
ID provides a unique identifier for every check instance
pkg/collector/check/check.go:63
↓ 215 callersMethodCommand
(bin string, args []string, envs []string)
pkg/security/tests/cmdwrapper.go:55
↓ 212 callersMethodIsNull
IsNull returns true if a key is invalid
pkg/security/secl/model/model_unix.go:831
↓ 211 callersFunctionTest
Test starts an app and returns fulfilled dependencies The generic return type T must conform to fx.In such that it's dependencies can be fulfilled.
pkg/util/fxutil/test.go:27
↓ 203 callersFunctionExit
(msg: str)
tasks/kernel_matrix_testing/tool.py:29
↓ 201 callersFunctionDebug
Debug logs at the debug level
pkg/util/log/log.go:580
↓ 200 callersMethodAssertMetric
(t *testing.T, method string, metric string, value float64, hostname string, tags []string)
comp/aggregator/diagnosesendermanager/component_mock.go:21
↓ 200 callersMethodWaitSignal
(tb testing.TB, action func() error, cb onRuleHandler)
pkg/security/tests/module_tester.go:1291
↓ 197 callersMethodIsSet
(key string)
pkg/config/model/types.go:57
↓ 191 callersMethodNewServer
(aggregator.Demultiplexer)
pkg/serverless/metrics/metric.go:45
↓ 190 callersFunctionTracef
Tracef logs with format at the trace level
pkg/util/log/log.go:545
↓ 190 callersMethodWriteHeader
(*jsoniter.Stream)
pkg/serializer/marshaler/marshaler.go:38
↓ 188 callersMethodPrintln
(v ...interface{})
test/new-e2e/system-probe/connector/sshtools/communicator.go:23
↓ 188 callersMethodReplace
Replace replaces all tags matching the Replacer's rules.
pkg/trace/filters/replacer.go:28
↓ 187 callersMethodLen
()
pkg/trace/testutil/span.go:193
↓ 185 callersFunction$
(e,t,n,r,i,o,a)
cmd/agent/gui/views/private/js/jquery-3.5.1.min.js:2
↓ 185 callersMethodStore
Store stores a key-value pair in the database.
pkg/util/trivy/db.go:39
↓ 185 callersMethodString
()
pkg/network/protocols/http/model.go:25
↓ 183 callersMethodBindEnv
(input ...string)
pkg/config/model/types.go:107
↓ 180 callersMethodReadFile
(p []byte, bytesRead *uint32, ol *windows.Overlapped)
pkg/network/driver/handle.go:154
↓ 178 callersMethodError
Error returns the last error returned from the subscription, for example from EvtNext
pkg/util/winutil/eventlog/subscription/subscription.go:54
↓ 173 callersMethodLogf
(format string, args ...interface{})
pkg/collector/corechecks/windows_event_log/check_test.go:53
↓ 172 callersMethodHandleFunc
HandleFunc registers a HandleFunc in such a way that routes can be registered multiple times
cmd/system-probe/api/module/router.go:36
↓ 170 callersMethodString
String provides a printable version of the check name
pkg/collector/check/check.go:59
↓ 169 callersMethodCount
(metric string, value float64, hostname string, tags []string)
pkg/aggregator/sender/sender.go:22
↓ 167 callersMethodGetString
(key string)
comp/core/log/params.go:51
↓ 164 callersMethodDo
()
pkg/util/funcs/cache.go:13
↓ 164 callersFunctionInfo
Info logs at the info level
pkg/util/log/log.go:620
↓ 164 callersFunctionNew
New creates a config for the network tracer
pkg/network/config/config.go:267
↓ 164 callersMethodWait
(timeout time.Duration)
pkg/logs/tailers/journald/journal_factory.go:22
↓ 163 callersMethodAssertMetric
AssertMetric allows to assert a metric was emitted with given parameters. Additional tags over the ones specified don't make it fail
pkg/aggregator/mocksender/asserts.go:32
↓ 163 callersMethodClose
()
cmd/system-probe/api/module/common.go:32
↓ 163 callersMethodGet
(int)
pkg/trace/testutil/span.go:194
↓ 158 callersMethodAppendString
(v string)
pkg/util/log/zap/zapencoder.go:113
↓ 158 callersMethodClose
()
pkg/network/tracer/offsetguess/offsetguess.go:85
next →1–100 of 32,574, ranked by callers