MCPcopy Create free account

hub / github.com/anelson/tracers / functions

Functions379 in github.com/anelson/tracers

Functionmain
()
examples/simple/build.rs:3
Functionmain
()
examples/simple/src/main.rs:15
Functionmain
()
tracers-dyn-stap/build.rs:20
Methodmissing_call_in_build_rs
()
tracers-codegen/src/error.rs:180
Methodname
(&self)
tracers-codegen/src/spec/probe_arg.rs:97
Methodnative_code_generation_error
( message: S, e: E, )
tracers-codegen/src/error.rs:225
Methodnew
()
tracers-dyn-noop/src/provider.rs:10
Methodnew
(probe: &'probe ImplT)
tracers-core/src/dynamic.rs:68
Methodnew
Creates a feature flag structure from explicit arguments. Mostly used for testing
tracers-codegen/src/build_rs.rs:48
Methodnew
( name: &'static str, entrypoint: &'static str, additional_source_files: Vec<&'static
tracers-codegen/src/testdata.rs:137
Methodnew
()
tracers-codegen/src/argtypes.rs:103
Methodnew
()
tracers-codegen/src/deps.rs:66
Methodnew
(name: String, typ: String)
tracers-codegen/src/gen/static/c.rs:93
Methodnew
(build_info: BuildInfo)
tracers-codegen/src/gen/static/mod.rs:40
Methodnew
( build_info: &'bi BuildInfo, spec: ProviderSpecification, )
tracers-codegen/src/gen/static/provider_trait.rs:39
Methodnew
(build_info: BuildInfo)
tracers-codegen/src/gen/dynamic/mod.rs:30
Methodnew
( build_info: &'bi BuildInfo, spec: ProviderSpecification, )
tracers-codegen/src/gen/dynamic/provider_trait.rs:32
Methodnew
( probe_method: proc_macro2::TokenStream, expected_error: impl Into<Option<&'static st
tracers-codegen/src/spec/probe_arg.rs:233
Methodnew
( crate_name: &str, args: TracerAttributeArgs, item_trait: ItemTrait, )
tracers-codegen/src/spec/provider.rs:173
Methodnew
()
tracers-dyn-stap/src/provider.rs:32
Methodnew_invalid
( description: &'static str, provider_name: &'static str, attr_tokenstream: TokenStrea
tracers-codegen/src/testdata.rs:191
Methodnew_syn_error
(message: U, tokens: T)
tracers-codegen/src/error.rs:270
Methodnew_valid
( description: &'static str, provider_name: &'static str, attr_tokenstream: TokenStrea
tracers-codegen/src/testdata.rs:208
Functionnon_null_pointer
`Foo`
tracers-core/src/argtypes/pointer.rs:34
Functionnull_pointer
()
tracers-core/src/argtypes/pointer.rs:26
Functionoption_ints
(x: i64)
tracers-core/src/argtypes/option.rs:57
Functionoption_strings
(x: String)
tracers-core/src/argtypes/option.rs:67
Functionosstr_as_c_type
(x: OsString)
tracers-core/src/argtypes/string.rs:101
Functionosstring_as_c_type
(x: OsString)
tracers-core/src/argtypes/string.rs:92
Methodother_error
(e: failure::Context<D>)
tracers-codegen/src/error.rs:173
Methodoutput_dir
(&self)
tracers-codegen/src/gen/static/native_code/mod.rs:44
Methodparse
(input: ParseStream)
tracers-codegen/src/spec/provider.rs:31
Functionparses_all_test_cases
()
tracers-codegen/src/spec/probe_call.rs:162
Functionparses_tracer_attributes_test
()
tracers-codegen/src/spec/provider.rs:572
Functionparses_valid_test_cases
()
tracers-codegen/src/spec/probe_arg.rs:296
Functionprobe
(input: CompilerTokenStream)
tracers-macros-hack/src/lib.rs:11
Functionprobe_firing
()
tracers/tests/simple.rs:13
Functionprobe_firing
()
tracers/tests/custom_provider_names.rs:28
Methodprobes
(&self)
tracers-codegen/src/spec/provider.rs:254
Methodprovider_name_from_trait
Computes the name of a provider given the name of the provider's trait.
tracers-codegen/src/spec/provider.rs:217
Functionprovider_serde_test
()
tracers-codegen/src/spec/provider.rs:534
Methodprovider_trait_not_processed_error
( trait_name: T, e: E, )
tracers-codegen/src/error.rs:206
Functionref_int
()
tracers-core/src/argtypes/refs.rs:34
Functionref_str
()
tracers-core/src/argtypes/refs.rs:23
Functionreport_error
Uses the `syn` library's `Error` struct to report an error in the form of a `TokenStream`, so that a proc macro can insert this token stream into its
tracers-codegen/src/proc_macros.rs:21
Functionsave_results
(results_path: &Path, results: &T)
tracers-codegen/src/cache.rs:158
Functionserialize
( x: &T, s: S, )
tracers-codegen/src/serde_helpers.rs:15
Functionsmoke_test
()
tracers-libstapsdt-sys/src/lib.rs:18
Functionsomething
()
tracers-codegen/testdata/simplelib/src/child_module.rs:10
Functionsomething_else
()
tracers-codegen/testdata/simplelib/src/lib.rs:4
Methodspec
(&self)
tracers-codegen/src/gen/dynamic/provider_trait.rs:22
Functionstr_as_c_type
(x: String)
tracers-core/src/argtypes/string.rs:83
Functionstring_as_c_type
(x: String)
tracers-core/src/argtypes/string.rs:75
Methodsyn_error
(message: impl AsRef<str>, e: syn::Error)
tracers-codegen/src/error.rs:125
Methodsyn_like_error
When we need to raise an error that is attached to a `syn` type (meaning the span of the error will correctly be associated with that type), this meth
tracers-codegen/src/error.rs:146
Functiontest_case
()
tracers-codegen/src/deps.rs:149
Functiontest_fire0
()
tracers-core/src/dynamic.rs:211
Functiontest_support_for_all_test_traits
()
tracers-codegen/src/argtypes.rs:227
Functiontest_type_support
()
tracers-codegen/src/argtypes.rs:197
Methodto_cstring
(&self)
tracers-core/src/argtypes/string.rs:116
Methodtoken_stream
(&self)
tracers-codegen/src/spec/provider.rs:250
Functiontracer
(attr: CompilerTokenStream, item: CompilerTokenStream)
tracers-macros-hack/src/lib.rs:29
Functiontracers_build_panics_invalid_features
()
tracers-codegen/src/build_rs.rs:450
Functionverify_expected_dynamic_tracing_impl
()
tracers/src/lib.rs:55
Methodvisit_item_mod
(&mut self, i: &'ast syn::ItemMod)
tracers-codegen/src/deps.rs:72
Methodvisit_item_trait
(&mut self, i: &'ast ItemTrait)
tracers-codegen/src/spec/provider.rs:294
Functionworks_with_invalid_cases
()
tracers-codegen/src/spec/probe.rs:208
Functionworks_with_valid_cases
()
tracers-codegen/src/spec/probe.rs:194
Methodwrap
(arg: &Option<T>)
tracers-core/src/argtypes/option.rs:18
Methodwrap
(arg: &'a T)
tracers-core/src/argtypes/refs.rs:13
Methodwrap
(arg: *const T)
tracers-core/src/argtypes/pointer.rs:6
Methodwrap
(arg: &str)
tracers-core/src/argtypes/string.rs:21
Methodwrap
(arg: &'a CStr)
tracers-core/src/argtypes/cstring.rs:9
Methodwrap
(arg: bool)
tracers-core/src/argtypes/bool.rs:5
Methodwrap_error
(e: impl std::error::Error + Sync + Send + 'static)
tracers-codegen/src/error.rs:285
Methodwrap_syn_error
(e: syn::Error)
tracers-codegen/src/error.rs:274
Functionxform_types
(type_params: &Vec<String>, mut f: F)
tracers-dyn-noop/build.rs:26
Functionxform_types
(type_params: &Vec<String>, mut f: F)
tracers-core/build.rs:49
Functionxform_types
(type_params: &Vec<String>, mut f: F)
tracers-dyn-stap/build.rs:70
← previous301–379 of 379, ranked by callers