Searched refs:changed (Results 1 – 24 of 24) sorted by relevance
| /tools/perf/Documentation/ |
| A D | build-docdep.perl | 21 my $changed = 1; 22 while ($changed) { 23 $changed = 0; 33 $changed = 1;
|
| A D | perf-diff.txt | 94 delta-abs (default is delta-abs). Default can be changed using 257 - with filtering by -C, -d and/or -S, period_percent might be changed
|
| A D | perf-mem.txt | 119 And the default sort keys are changed to local_weight, mem, sym, dso,
|
| A D | perf-report.txt | 164 And default sort keys are changed to comm, dso_from, symbol_from, dso_to 191 And the default sort keys are changed to local_weight, mem, sym, dso, 216 The default sort keys are changed to 'trace' if all events in the data
|
| A D | jitdump-specification.txt | 110 …IT_CODE_LOAD record for the same function name. The function cannot have changed name, otherwise a…
|
| A D | perf-config.txt | 492 the default value of this option is changed to 'caller' for the 719 can be changed using this option. Ex, auxtrace.dumpdir=/tmp.
|
| A D | perf-stat.txt | 145 Default setting can be changed with "perf config stat.big-num=false".
|
| A D | perf-intel-pt.txt | 1553 With the 2 perf.data recordings, and with their ownership changed to the user. 1786 flag is changed, then the "t" flag is also included i.e.
|
| /tools/perf/util/ |
| A D | affinity.c | 39 a->changed = false; in affinity__setup() 61 a->changed = true; in affinity__set() 76 if (a->changed) in __affinity__cleanup()
|
| A D | affinity.h | 11 bool changed; member
|
| A D | dso.c | 1425 bool changed = false; in __dso__improve_id() local 1434 changed = true; in __dso__improve_id() 1439 changed = true; in __dso__improve_id() 1443 changed = true; in __dso__improve_id() 1445 if (changed && dsos) in __dso__improve_id()
|
| /tools/memory-model/scripts/ |
| A D | cmplitmushist.sh | 91 echo ' !!!' Result changed: $2 128 echo "!!!" Result changed: $badcompare 1>&2
|
| /tools/perf/ |
| A D | builtin-config.c | 202 bool changed = false; in cmd_config() local 279 changed = true; in cmd_config() 284 if (!changed) in cmd_config()
|
| /tools/objtool/include/objtool/ |
| A D | elf.h | 89 bool changed; member 191 bool changed) in mark_sec_changed() argument 193 sec->_changed = changed; in mark_sec_changed() 194 elf->changed |= changed; in mark_sec_changed()
|
| /tools/testing/selftests/coredump/ |
| A D | README.rst | 9 `coredump` dumps the memory to the file named `core`, but this behavior can be changed by writing a 26 * commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") changed kstkesp to
|
| /tools/testing/selftests/tc-testing/ |
| A D | TODO.txt | 18 changed so that plugin __init__ methods will register functions to
|
| /tools/build/ |
| A D | Build.include | 75 # target, or command line has changed and update 83 # target, or command line has changed
|
| /tools/testing/selftests/lkdtm/ |
| A D | tests.txt | 17 UNSET_SMEP pinned CR4 bits changed:
|
| /tools/objtool/ |
| A D | builtin-check.c | 330 if (!opts.dryrun && file->elf->changed && elf_write(file->elf)) in objtool_run()
|
| A D | elf.c | 1364 elf->changed = false; in elf_write()
|
| /tools/testing/memblock/ |
| A D | README | 111 ARCH_LOW_ADDRESS_LIMIT marco, which can't be changed to point at the low
|
| /tools/usb/usbip/ |
| A D | COPYING | 96 stating that you changed the files and the date of any change.
|
| /tools/arch/x86/lib/ |
| A D | x86-opcode-map.txt | 27 # (evo): this opcode is changed by EVEX prefix (EVEX opcode)
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 1211 the stores it has already received. Thus, if the code was changed to:
|
Completed in 28 milliseconds