Home
last modified time | relevance | path

Searched refs:dmp (Results 1 – 25 of 37) sorted by relevance

12

/external/blktrace/btt/
Ddevmap.c33 struct devmap *dmp; in dev_map_add() local
38 dmp = malloc(sizeof(struct devmap)); in dev_map_add()
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) { in dev_map_add()
40 free(dmp); in dev_map_add()
44 list_add_tail(&dmp->head, &all_devmaps); in dev_map_add()
55 struct devmap *dmp = list_entry(p, struct devmap, head); in dev_map_find() local
57 if (!strcmp(this, dmp->devno)) in dev_map_find()
58 return dmp->device; in dev_map_find()
88 struct devmap *dmp = list_entry(p, struct devmap, head); in dev_map_exit() local
90 list_del(&dmp->head); in dev_map_exit()
[all …]
/external/llvm-project/lldb/unittests/Process/minidump/
DCMakeLists.txt19 fizzbuzz_no_heap.dmp
20 fizzbuzz_wow64.dmp
21 linux-x86_64.dmp
22 regions-memlist64.dmp
/external/llvm-project/flang/test/Semantics/
Dcall05.f9027 type(pdt(:)), pointer :: dmp(:) variable
100 call sdmp(dmp) ! ok
111 call snmp(dmp)
115 call samp(dmp)
/external/llvm-project/lldb/test/Shell/Minidump/Windows/
Dbroken-unwind.test5 RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %T/broken-unwind.dmp
7 RUN: -c %T/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit
Dfind-module.test5 RUN: yaml2obj %S/Inputs/find-module.dmp.yaml -o %T/find-module.dmp
7 RUN: -c %T/find-module.dmp -o "image dump objfile" -o exit | FileCheck %s
Darm-fp-unwind.test6 RUN: yaml2obj %S/Inputs/arm-fp-unwind.dmp.yaml -o %T/arm-fp-unwind.dmp
8 RUN: -c %T/arm-fp-unwind.dmp -o "image show-unwind -a 0x00c71010" -b \
/external/google-breakpad/
DMakefile.am1382 src/processor/testdata/ascii_read_av_block_write.dmp \
1383 src/processor/testdata/ascii_read_av_clobber_write.dmp \
1384 src/processor/testdata/ascii_read_av_conditional.dmp \
1385 src/processor/testdata/ascii_read_av.dmp \
1386 src/processor/testdata/ascii_read_av_then_jmp.dmp \
1387 src/processor/testdata/ascii_read_av_xchg_write.dmp \
1388 src/processor/testdata/ascii_write_av_arg_to_call.dmp \
1389 src/processor/testdata/ascii_write_av.dmp \
1390 src/processor/testdata/exec_av_on_stack.dmp \
1391 src/processor/testdata/linux_divide_by_zero.dmp \
[all …]
/external/autotest/client/site_tests/logging_CrashServices/
Dcontrol7 PURPOSE = "Verify that all processes create *.dmp files."
18 that *.dmp, *.meta, and *.core files are created.
/external/google-breakpad/src/processor/
Dminidump_dump_test33 ./src/processor/minidump_dump $testdata_dir/minidump2.dmp | \
Dminidump_stackwalk_test33 ./src/processor/minidump_stackwalk $testdata_dir/minidump2.dmp \
Dminidump_stackwalk_machine_readable_test33 ./src/processor/minidump_stackwalk -m $testdata_dir/minidump2.dmp \
Dmicrodump_stackwalk_test38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
Dmicrodump_stackwalk_machine_readable_test38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug_loc-aslr.s7 # RUN: yaml2obj %S/Inputs/debug_loc-aslr.yaml -o %t.dmp
9 # RUN: %lldb -c %t.dmp -o "image add %t.o" \
/external/skqp/tools/skdiff/
Dskdiff_utils.h48 DiffMetricProc dmp,
Dskdiff_utils.cpp144 DiffMetricProc dmp, in create_and_write_diff_image() argument
159 compute_diff(drp, dmp, colorThreshold); in create_and_write_diff_image()
Dskdiff_main.cpp376 static void create_diff_images (DiffMetricProc dmp, in create_diff_images() argument
504 create_and_write_diff_image(drp, dmp, colorThreshold, in create_diff_images()
/external/skia/tools/skdiff/
Dskdiff_utils.h48 DiffMetricProc dmp,
Dskdiff_utils.cpp143 DiffMetricProc dmp, in create_and_write_diff_image() argument
158 compute_diff(drp, dmp, colorThreshold); in create_and_write_diff_image()
Dskdiff_main.cpp376 static void create_diff_images (DiffMetricProc dmp, in create_diff_images() argument
504 create_and_write_diff_image(drp, dmp, colorThreshold, in create_diff_images()
/external/llvm-project/lldb/test/Shell/Minidump/Windows/Sigsegv/
Dsigsegv.test3 // RUN: %lldb -c sigsegv.dmp -s sigsegv.lldbinit | FileCheck %s
/external/google-breakpad/src/client/solaris/handler/
DMakefile76 rm -f $(BIN) *.o *.out *.dmp core ../../minidump_file_writer.o\
/external/google-breakpad/src/client/mac/sender/
Duploader.mm379 path = [path stringByAppendingPathExtension:@"dmp"];
522 NSString *srcString = [NSString stringWithFormat:@"%@/%@.dmp",
524 NSString *destString = [NSString stringWithFormat:@"%@/%s.dmp",
/external/google-breakpad/docs/
Dlinux_starter_guide.md106 $ google-breakpad/src/processor/minidump_stackwalk minidump.dmp ./symbols
/external/google-breakpad/src/common/mac/
DHTTPMultipartUpload.m127 "filename=\"minidump.dmp\"\r\nContent-Type: application/octet-stream\r\n\r\n";

12