Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 13 of 13) sorted by relevance

/tools/perf/ui/gtk/
Dprogress.c8 static GtkWidget *progress; variable
20 progress = gtk_progress_bar_new(); in gtk_ui_progress__update()
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); in gtk_ui_progress__update()
34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction); in gtk_ui_progress__update()
36 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), buf); in gtk_ui_progress__update()
DBuild8 gtk-y += progress.o
/tools/perf/ui/tui/
DBuild4 perf-ui-y += progress.o
/tools/perf/ui/
DBuild3 perf-ui-y += progress.o
/tools/testing/selftests/media_tests/
Dregression_test.txt4 unbound while ioctl is in progress.
8 Run bin/unbind loop while ioctls are in progress.
/tools/testing/selftests/net/packetdrill/
Dtcp_inq_client.pkt12 +0 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress)
Dtcp_zerocopy_fastopen-client.pkt17 …ndto(3, ..., 500, MSG_FASTOPEN|MSG_ZEROCOPY, ..., ...) = -1 EINPROGRESS (Operation now in progress)
/tools/testing/selftests/net/netfilter/packetdrill/
Dconntrack_syn_challenge_ack.pkt21 0.1 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress)
Dconntrack_rst_invalid.pkt12 0.1 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress)
Dconntrack_inexact_rst.pkt23 0.1 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress)
Dconntrack_synack_old.pkt23 0.1 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress)
/tools/perf/scripts/python/
Dexported-sql-viewer.py380 self.progress = QProgressBar()
381 self.progress.setRange(0, 0)
382 self.progress.hide()
407 self.hbox.addWidget(self.progress)
433 self.progress.show()
437 self.progress.hide()
2763 self.progress = QProgressBar()
2764 self.progress.setRange(0, 100)
2765 self.progress.hide()
2783 self.hbox.addWidget(self.progress)
[all …]
/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c1486 double progress = (ctx->case_cnt + 0.0) / ctx->total_case_cnt; in verify_case_opt() local
1488 double remain_ns = elapsed_ns / progress * (1 - progress); in verify_case_opt()
1494 ctx->case_cnt, ctx->total_case_cnt, 100.0 * progress, in verify_case_opt()