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-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-libdw.c | 321 if (!ui->best_effort) in frame_callback() 330 if (!ui->best_effort) in frame_callback() 346 bool best_effort) in unwind__get_entries() argument 374 .best_effort = best_effort in unwind__get_entries()
|
| H A D | unwind-libdw.h | 25 bool best_effort; member
|
| H A D | unwind-libunwind-local.c | |
| /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() 99 if (best_effort) in sof_sdw_get_tplg_files() 31 sof_sdw_get_tplg_files(struct snd_soc_card * card,const struct snd_soc_acpi_mach * mach,const char * prefix,const char *** tplg_files,bool best_effort) sof_sdw_get_tplg_files() argument
|
| 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 | 230 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
|