Home
last modified time | relevance | path

Searched refs:best_effort (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
H A Dunwind.h26 * 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 Dunwind-libdw.c339 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 Dunwind-libunwind.c542 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 Dunwind-libunwind-local.c
H A Dunwind-libdw.h25 bool best_effort; member
/linux/fs/pstore/
H A Dblk.c55 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 Dsof-function-topology-lib.c32 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 Dsof-function-topology-lib.h13 const char *prefix, const char ***tplg_files, bool best_effort);
/linux/include/sound/
H A Dsoc-acpi.h207 * 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 Dpstore-blk.rst38 pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y