Searched refs:best_effort (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | unwind.h | 26 * When best_effort is set, don't report errors and fail silently. This could 33 bool best_effort); 39 bool best_effort); 46 bool best_effort __maybe_unused) 58 bool best_effort); in unwind__finish_access() 69 bool best_effort __maybe_unused) in unwind__get_entries()
|
| H A D | unwind-libdw.c | 339 if (!ui->best_effort) in frame_callback() 348 if (!ui->best_effort) in unwind__get_entries() 364 bool best_effort) in unwind__get_entries() 392 .best_effort = best_effort in unwind__get_entries() 346 unwind__get_entries(unwind_entry_cb_t cb,void * arg,struct thread * thread,struct perf_sample * data,int max_stack,bool best_effort) unwind__get_entries() argument
|
| H A D | unwind-libunwind.c | 542 if (!ui->best_effort) 617 bool best_effort) 647 ui = libunwind_arch_unwind_info__new(thread, sample, max_stack, best_effort, e_machine, first_ip); 85 unwind__get_entries(unwind_entry_cb_t cb,void * arg,struct thread * thread,struct perf_sample * data,int max_stack,bool best_effort) unwind__get_entries() argument
|
| H A D | unwind-libunwind-local.c | |
| H A D | unwind-libdw.h | 25 bool best_effort; member
|
| /linux/fs/pstore/ |
| H A D | blk.c | 55 static bool best_effort; variable 56 module_param(best_effort, bool, 0400); 57 MODULE_PARM_DESC(best_effort, "use best effort to write (i.e. do not require storage driver pstore … 291 if (!best_effort) in __best_effort_init()
|
| /linux/sound/soc/intel/common/ |
| H A D | sof-function-topology-lib.c | 32 const char *prefix, const char ***tplg_files, bool best_effort) in sof_sdw_get_tplg_files() argument 104 if (best_effort) in sof_sdw_get_tplg_files()
|
| H A D | sof-function-topology-lib.h | 13 const char *prefix, const char ***tplg_files, bool best_effort);
|
| /linux/include/sound/ |
| H A D | soc-acpi.h | 207 * best_effort: ignore non supported links and try to build the card in best effort 231 bool best_effort);
|
| /linux/Documentation/admin-guide/ |
| H A D | pstore-blk.rst | 38 pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y
|