Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anelson/tracers
/ functions
Functions
379 in github.com/anelson/tracers
⨍
Functions
379
◇
Types & classes
156
Function
main
()
examples/simple/build.rs:3
Function
main
()
examples/simple/src/main.rs:15
Function
main
()
tracers-dyn-stap/build.rs:20
Method
missing_call_in_build_rs
()
tracers-codegen/src/error.rs:180
Method
name
(&self)
tracers-codegen/src/spec/probe_arg.rs:97
Method
native_code_generation_error
( message: S, e: E, )
tracers-codegen/src/error.rs:225
Method
new
()
tracers-dyn-noop/src/provider.rs:10
Method
new
(probe: &'probe ImplT)
tracers-core/src/dynamic.rs:68
Method
new
Creates a feature flag structure from explicit arguments. Mostly used for testing
tracers-codegen/src/build_rs.rs:48
Method
new
( name: &'static str, entrypoint: &'static str, additional_source_files: Vec<&'static
tracers-codegen/src/testdata.rs:137
Method
new
()
tracers-codegen/src/argtypes.rs:103
Method
new
()
tracers-codegen/src/deps.rs:66
Method
new
(name: String, typ: String)
tracers-codegen/src/gen/static/c.rs:93
Method
new
(build_info: BuildInfo)
tracers-codegen/src/gen/static/mod.rs:40
Method
new
( build_info: &'bi BuildInfo, spec: ProviderSpecification, )
tracers-codegen/src/gen/static/provider_trait.rs:39
Method
new
(build_info: BuildInfo)
tracers-codegen/src/gen/dynamic/mod.rs:30
Method
new
( build_info: &'bi BuildInfo, spec: ProviderSpecification, )
tracers-codegen/src/gen/dynamic/provider_trait.rs:32
Method
new
( probe_method: proc_macro2::TokenStream, expected_error: impl Into<Option<&'static st
tracers-codegen/src/spec/probe_arg.rs:233
Method
new
( crate_name: &str, args: TracerAttributeArgs, item_trait: ItemTrait, )
tracers-codegen/src/spec/provider.rs:173
Method
new
()
tracers-dyn-stap/src/provider.rs:32
Method
new_invalid
( description: &'static str, provider_name: &'static str, attr_tokenstream: TokenStrea
tracers-codegen/src/testdata.rs:191
Method
new_syn_error
(message: U, tokens: T)
tracers-codegen/src/error.rs:270
Method
new_valid
( description: &'static str, provider_name: &'static str, attr_tokenstream: TokenStrea
tracers-codegen/src/testdata.rs:208
Function
non_null_pointer
`Foo`
tracers-core/src/argtypes/pointer.rs:34
Function
null_pointer
()
tracers-core/src/argtypes/pointer.rs:26
Function
option_ints
(x: i64)
tracers-core/src/argtypes/option.rs:57
Function
option_strings
(x: String)
tracers-core/src/argtypes/option.rs:67
Function
osstr_as_c_type
(x: OsString)
tracers-core/src/argtypes/string.rs:101
Function
osstring_as_c_type
(x: OsString)
tracers-core/src/argtypes/string.rs:92
Method
other_error
(e: failure::Context<D>)
tracers-codegen/src/error.rs:173
Method
output_dir
(&self)
tracers-codegen/src/gen/static/native_code/mod.rs:44
Method
parse
(input: ParseStream)
tracers-codegen/src/spec/provider.rs:31
Function
parses_all_test_cases
()
tracers-codegen/src/spec/probe_call.rs:162
Function
parses_tracer_attributes_test
()
tracers-codegen/src/spec/provider.rs:572
Function
parses_valid_test_cases
()
tracers-codegen/src/spec/probe_arg.rs:296
Function
probe
(input: CompilerTokenStream)
tracers-macros-hack/src/lib.rs:11
Function
probe_firing
()
tracers/tests/simple.rs:13
Function
probe_firing
()
tracers/tests/custom_provider_names.rs:28
Method
probes
(&self)
tracers-codegen/src/spec/provider.rs:254
Method
provider_name_from_trait
Computes the name of a provider given the name of the provider's trait.
tracers-codegen/src/spec/provider.rs:217
Function
provider_serde_test
()
tracers-codegen/src/spec/provider.rs:534
Method
provider_trait_not_processed_error
( trait_name: T, e: E, )
tracers-codegen/src/error.rs:206
Function
ref_int
()
tracers-core/src/argtypes/refs.rs:34
Function
ref_str
()
tracers-core/src/argtypes/refs.rs:23
Function
report_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
Function
save_results
(results_path: &Path, results: &T)
tracers-codegen/src/cache.rs:158
Function
serialize
( x: &T, s: S, )
tracers-codegen/src/serde_helpers.rs:15
Function
smoke_test
()
tracers-libstapsdt-sys/src/lib.rs:18
Function
something
()
tracers-codegen/testdata/simplelib/src/child_module.rs:10
Function
something_else
()
tracers-codegen/testdata/simplelib/src/lib.rs:4
Method
spec
(&self)
tracers-codegen/src/gen/dynamic/provider_trait.rs:22
Function
str_as_c_type
(x: String)
tracers-core/src/argtypes/string.rs:83
Function
string_as_c_type
(x: String)
tracers-core/src/argtypes/string.rs:75
Method
syn_error
(message: impl AsRef<str>, e: syn::Error)
tracers-codegen/src/error.rs:125
Method
syn_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
Function
test_case
()
tracers-codegen/src/deps.rs:149
Function
test_fire0
()
tracers-core/src/dynamic.rs:211
Function
test_support_for_all_test_traits
()
tracers-codegen/src/argtypes.rs:227
Function
test_type_support
()
tracers-codegen/src/argtypes.rs:197
Method
to_cstring
(&self)
tracers-core/src/argtypes/string.rs:116
Method
token_stream
(&self)
tracers-codegen/src/spec/provider.rs:250
Function
tracer
(attr: CompilerTokenStream, item: CompilerTokenStream)
tracers-macros-hack/src/lib.rs:29
Function
tracers_build_panics_invalid_features
()
tracers-codegen/src/build_rs.rs:450
Function
verify_expected_dynamic_tracing_impl
()
tracers/src/lib.rs:55
Method
visit_item_mod
(&mut self, i: &'ast syn::ItemMod)
tracers-codegen/src/deps.rs:72
Method
visit_item_trait
(&mut self, i: &'ast ItemTrait)
tracers-codegen/src/spec/provider.rs:294
Function
works_with_invalid_cases
()
tracers-codegen/src/spec/probe.rs:208
Function
works_with_valid_cases
()
tracers-codegen/src/spec/probe.rs:194
Method
wrap
(arg: &Option<T>)
tracers-core/src/argtypes/option.rs:18
Method
wrap
(arg: &'a T)
tracers-core/src/argtypes/refs.rs:13
Method
wrap
(arg: *const T)
tracers-core/src/argtypes/pointer.rs:6
Method
wrap
(arg: &str)
tracers-core/src/argtypes/string.rs:21
Method
wrap
(arg: &'a CStr)
tracers-core/src/argtypes/cstring.rs:9
Method
wrap
(arg: bool)
tracers-core/src/argtypes/bool.rs:5
Method
wrap_error
(e: impl std::error::Error + Sync + Send + 'static)
tracers-codegen/src/error.rs:285
Method
wrap_syn_error
(e: syn::Error)
tracers-codegen/src/error.rs:274
Function
xform_types
(type_params: &Vec<String>, mut f: F)
tracers-dyn-noop/build.rs:26
Function
xform_types
(type_params: &Vec<String>, mut f: F)
tracers-core/build.rs:49
Function
xform_types
(type_params: &Vec<String>, mut f: F)
tracers-dyn-stap/build.rs:70
← previous
301–379 of 379, ranked by callers