Home
last modified time | relevance | path

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

/tools/perf/ui/gtk/
Dhists.c92 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_flat() argument
114 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
117 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
120 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
135 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain_flat()
138 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat()
141 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain_flat()
155 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_folded() argument
204 gtk_tree_store_append(store, &iter, parent); in perf_gtk__add_callchain_folded()
207 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_folded()
[all …]
Dannotate.c96 GtkListStore *store; in perf_gtk__annotate_symbol() local
106 store = gtk_list_store_newv(MAX_ANN_COLS, col_types); in perf_gtk__annotate_symbol()
117 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol()
118 g_object_unref(GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol()
124 gtk_list_store_append(store, &iter); in perf_gtk__annotate_symbol()
140 gtk_list_store_set(store, &iter, ANN_COL__PERCENT, s, -1); in perf_gtk__annotate_symbol()
142 gtk_list_store_set(store, &iter, ANN_COL__OFFSET, s, -1); in perf_gtk__annotate_symbol()
144 gtk_list_store_set(store, &iter, ANN_COL__LINE, s, -1); in perf_gtk__annotate_symbol()
/tools/perf/scripts/python/
Dstat-cpi.py21 def store(time, event, cpu, thread, val, ena, run): function
34 store(time, "cycles", cpu, thread, val, ena, run);
37 store(time, "instructions", cpu, thread, val, ena, run);
40 store(time, "cycles", cpu, thread, val, ena, run);
43 store(time, "instructions", cpu, thread, val, ena, run);
46 store(time, "cycles", cpu, thread, val, ena, run);
49 store(time, "instructions", cpu, thread, val, ena, run);
/tools/perf/Documentation/
Dperf-mem.txt23 not the pure load (or store latency). Use latency includes any pipeline
33 Select the memory operation type: load or store (default: load,store)
Dperf-config.txt37 The '$HOME/.perfconfig' file is used to store a per-user configuration.
39 store a system-wide default configuration.
Dperf.data-file-format.txt212 Define additional auxtrace areas in the perf.data. auxtrace is used to store
Dperf-probe.txt194 …a "null-terminated" string from kernel space. This means it will fail and store NULL if the string…
Dperf-script-python.txt236 store that information; every time the sys_enter() handler is called,
/tools/perf/tests/attr/
DREADME7 The general idea is to store 'struct perf_event_attr' details for
23 store 'fd' and 'group_fd' values to allow checking for groups.
/tools/perf/util/
Dparse-events.l298 store|stores|write |