Searched refs:traces (Results 1 – 4 of 4) sorted by relevance
786 EFI_CALL_TRACES.with(|traces| { in free_pool()787 traces.borrow_mut().free_pool_trace.inputs.push_back(buf); in free_pool()815 EFI_CALL_TRACES.with(|traces| { in open_protocol()816 let trace = &mut traces.borrow_mut().open_protocol_trace; in open_protocol()844 EFI_CALL_TRACES.with(|traces| { in close_protocol()845 traces.borrow_mut().close_protocol_trace.inputs.push_back(( in close_protocol()877 EFI_CALL_TRACES.with(|traces| { in locate_handle_buffer()878 let trace = &mut traces.borrow_mut().locate_handle_buffer_trace; in locate_handle_buffer()911 EFI_CALL_TRACES.with(|traces| { in get_memory_map()912 let trace = &mut traces.borrow_mut().get_memory_map_trace; in get_memory_map()[all …]
136 efi_call_traces().with(|traces| { in test_dont_close_protocol_without_device_handle()137 assert_eq!(traces.borrow_mut().close_protocol_trace.inputs.len(), 0); in test_dont_close_protocol_without_device_handle()
136 efi_call_traces().with(|traces| { in test_device_path_text_drop()138 traces.borrow_mut().free_pool_trace.inputs, in test_device_path_text_drop()152 efi_call_traces().with(|traces| { in test_device_path_text_null()153 assert_eq!(traces.borrow_mut().free_pool_trace.inputs.len(), 0); in test_device_path_text_null()
162 dalvik.vm.stack-trace-file=/data/anr/traces.txt