Home
last modified time | relevance | path

Searched refs:lock_ops (Results 1 – 2 of 2) sorted by relevance

/tools/perf/arch/x86/annotate/
Dinstructions.c80 { .name = "lock", .ops = &lock_ops, },
/tools/perf/util/
Dannotate.c100 static struct ins_ops lock_ops; variable
529 static struct ins_ops lock_ops = { variable
656 return ins->ops == &lock_ops; in ins__is_lock()