Home
last modified time | relevance | path

Searched refs:comma_list (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/libutil++/
Dcomma_list.h23 class comma_list
26 comma_list();
59 comma_list<T>::comma_list() in comma_list() function
66 void comma_list<T>::set(std::string const & str) in set()
85 bool comma_list<T>::match(T const & value) const in match()
DMakefile.am40 comma_list.h \
/external/oprofile/libpp/
Dprofile_spec.h129 comma_list<std::string> event;
130 comma_list<int> count;
131 comma_list<unsigned int> unitmask;
132 comma_list<pid_t> tid;
133 comma_list<pid_t> tgid;
134 comma_list<int> cpu;
Dprofile_spec.cpp206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match()
/external/oprofile/libutil++/tests/
Dcomma_list_tests.cpp28 comma_list<int> c1; in main()
54 comma_list<int> c2; in main()
/external/oprofile/
DChangeLog-2003239 * libutil++/comma_list.h: don't accept cumulative behavior
245 * libutil++/comma_list.h:
420 to make the comma_list matching clear
424 * libutil++/comma_list.h: is_set() new member
433 * libutil++/comma_list.h: do not accept
484 * libutil++/comma_list.h:
1797 * libutil++/comma_list.h: use it
2186 * libutil++/comma_list.h: implement missing method
3358 * libutil++/comma_list.h:
3372 * libutil++/generic_spec.h: comma_list isn't a friend
[all …]
DChangeLog-2005601 * libutil++/comma_list.h: remove unused set_p