Searched refs:maybe_update_plot_file (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-stats.c | 455 void maybe_update_plot_file(afl_state_t *afl, u32 t_bytes, double bitmap_cvg, function 736 maybe_update_plot_file(afl, t_bytes, t_byte_ratio, afl->stats_avg_exec); 1561 maybe_update_plot_file(afl, t_bytes, t_byte_ratio, afl->stats_avg_exec);
|
H A D | afl-fuzz.c | 2514 maybe_update_plot_file(afl, 0, 0, 0); in main()
|
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | afl-fuzz.h | 1207 void maybe_update_plot_file(afl_state_t *, u32, double, double);
|