summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/hello.stp
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-12-07 16:50:44 +0100
committerTim Moore <timoore@redhat.com>2009-12-07 16:50:44 +0100
commitb930d6ec364e35bb04a0860b1a5f2fbdee6effe3 (patch)
tree14e5b2a40e699715f924ead1d2fbc3b84cbb3a42 /testsuite/systemtap.printf/hello.stp
parent9156a0f81ec0316b11a7f5ad4db2bd92083e1614 (diff)
downloadsystemtap-steved-b930d6ec364e35bb04a0860b1a5f2fbdee6effe3.tar.gz
systemtap-steved-b930d6ec364e35bb04a0860b1a5f2fbdee6effe3.tar.xz
systemtap-steved-b930d6ec364e35bb04a0860b1a5f2fbdee6effe3.zip
Change data set list display to use a check box for inclusion in a graph
Incidently, this supports removing a data set from a graph. Also, remove the Add, Remove, and Cancel buttons from the data set dialog. * grapher/GraphWidget.hxx (DataModelColumns::_dataEnabled): new member _listConnection: new member * grapher/GraphWidget.cxx (GraphWidget): Delete connections for removed buttons. Connect to dialog show and hide signals instead of map. Add "Enabled" column to dialog list. (onDataAdd, onDataRemove): delete (onDataDialogOpen): Initialize list store with all data sets and hook up row_changed signal (onDataDialogClose, onRowChanged): new functions * grapher/graph-dialog.glade: Remove obsolete buttons (Add, Remove, Cancel).
Diffstat (limited to 'testsuite/systemtap.printf/hello.stp')
0 files changed, 0 insertions, 0 deletions
an> struct seq_file *); char *hid_resolv_usage(unsigned, struct seq_file *); void hid_debug_register(struct hid_device *, const char *); void hid_debug_unregister(struct hid_device *); void hid_debug_init(void); void hid_debug_exit(void); void hid_debug_event(struct hid_device *, char *); struct hid_debug_list { char *hid_debug_buf; int head; int tail; struct fasync_struct *fasync; struct hid_device *hdev; struct list_head node; struct mutex read_mutex; }; #else #define hid_dump_input(a,b,c) do { } while (0) #define hid_dump_device(a,b) do { } while (0) #define hid_dump_field(a,b,c) do { } while (0) #define hid_resolv_usage(a,b) do { } while (0) #define hid_debug_register(a, b) do { } while (0) #define hid_debug_unregister(a) do { } while (0) #define hid_debug_init() do { } while (0) #define hid_debug_exit() do { } while (0) #define hid_debug_event(a,b) do { } while (0) #endif #endif