Home | History | Annotate | Download | only in libpp

Lines Matching full:static

29 	// these members are static because they are invoked before
31 static std::string get_timer_setup(size_t count);
32 static std::string get_event_setup(std::string event, size_t count,
34 static std::string get_profile_header(std::string cpu_name,
36 static void set_nr_cpus(size_t cpus);
37 static void set_nr_events(size_t events);
38 static void set_has_nonzero_masks();
39 static void add_option(tag_t tag, bool value);
40 static void add_option(tag_t tag, std::string const & value);
41 static void add_option(tag_t tag, std::vector<std::string> const & value);
42 static void add_option(tag_t tag, std::list<std::string> const & value);
44 static void output_xml_header(std::string const & command_options,
59 static bool has_nonzero_masks;
60 static size_t events_index;