Commit Graph

52 Commits

Author SHA1 Message Date
Doug MacEachern
c7089edade fix Pid.PidFile 2007-08-10 02:45:11 +00:00
Doug MacEachern
3e064dfeb7 rid warnings from modern MSVC 2007-06-27 01:10:12 +00:00
Doug MacEachern
508c39b2aa Port queries only support 'eq' 2007-06-02 17:46:51 +00:00
Doug MacEachern
17cfaa494a add/use pid_branch_match macro 2007-06-02 17:37:05 +00:00
Doug MacEachern
60bb658fba Fix Pid query when used w/ op other than 'eq' 2007-06-02 15:45:01 +00:00
Doug MacEachern
a3410ce4d4 HP-UX does not have strtoull
Submitted by: Jan Kneschke <jan.kneschke@mysql.com>
2007-05-10 15:25:14 +00:00
Doug MacEachern
6da1470043 fix ptql_query_find 2007-04-22 17:54:36 +00:00
Doug MacEachern
ad433cf375 make sigar_proc_list_get a wrapper 2007-04-22 03:54:04 +00:00
Doug MacEachern
1745dcf5d4 rename find_processes -> find 2007-04-22 03:16:38 +00:00
Doug MacEachern
e4981c4d5c fix re cleanup 2007-04-22 02:27:12 +00:00
Doug MacEachern
503298c5cd move ProcessFinder.find to native code 2007-04-21 22:48:20 +00:00
Doug MacEachern
1fc3061a58 Avoid scanning the process list for single Pid.* queries 2007-04-21 18:17:06 +00:00
Doug MacEachern
a1a9f3f494 add native single process finder 2007-04-21 18:04:47 +00:00
Doug MacEachern
697412d938 make pid lookup reuseable 2007-04-21 17:27:44 +00:00
Doug MacEachern
2bb854483f improve native ptql exception messages 2007-04-15 23:26:09 +00:00
Doug MacEachern
4c6a988854 refactor to support .re with Args and Env 2007-04-15 21:31:58 +00:00
Doug MacEachern
428e7839fe dont sort queries when reference is used 2007-04-15 20:00:30 +00:00
Doug MacEachern
1ca7d3227f set Pid.Service flag regardless of platform 2007-04-15 19:49:01 +00:00
Doug MacEachern
8643448ff1 add env var support 2007-04-14 17:16:50 +00:00
Doug MacEachern
02ddbf19cd validate string to pid conversion 2007-03-11 22:44:30 +00:00
Doug MacEachern
259e157b30 fix Pid.Service query parse result 2007-03-11 22:39:47 +00:00
Doug MacEachern
54792c3914 include errno.h 2007-03-11 22:23:11 +00:00
Doug MacEachern
156cb68b3c validate string to number conversion 2007-03-11 22:18:04 +00:00
Doug MacEachern
10a031eda3 validate string to number conversion 2007-03-11 22:14:50 +00:00
Doug MacEachern
cb4dbce82d validate char value length == 1 2007-03-11 22:06:22 +00:00
Doug MacEachern
0ae78b60d9 add ProcCpu support 2007-03-11 22:00:07 +00:00
Doug MacEachern
9983d0a80d add support for double values 2007-03-11 21:58:03 +00:00
Doug MacEachern
04f5080859 implement Pid.Service query 2007-03-11 21:50:23 +00:00
Doug MacEachern
b615e4b90c add hook to implement ptql re when not compiled with pcre 2007-03-07 05:09:56 +00:00
Doug MacEachern
fe2125d9af fix indentation 2007-03-06 23:10:14 +00:00
Doug MacEachern
f5937a5bdf fix compile warning on solaris 2007-03-02 14:09:13 +00:00
Doug MacEachern
20d17f623e remove unused sigar param in ptql_query_{create,destroy} 2007-02-20 01:54:00 +00:00
Doug MacEachern
f18113ec22 change branch.data to union to better handle various types 2007-01-17 16:48:22 +00:00
Doug MacEachern
8f837228b3 add Port support 2007-01-02 00:26:03 +00:00
Doug MacEachern
b871d2fc3d add re support using pcre 2007-01-01 18:55:51 +00:00
Doug MacEachern
e4530495f9 save op name 2007-01-01 18:44:20 +00:00
Doug MacEachern
2fae920acf add value_free callback 2007-01-01 18:36:16 +00:00
Doug MacEachern
a691637343 add data_free callback 2007-01-01 18:31:06 +00:00
Doug MacEachern
93181d2cc4 rename is_ref -> is_set 2007-01-01 18:27:00 +00:00
Doug MacEachern
acd7559e55 give some context to match functions 2006-12-31 21:53:32 +00:00
Doug MacEachern
3e71b0b340 add reference support 2006-12-31 19:06:03 +00:00
Doug MacEachern
0bf91e99ad implement parent flag 2006-12-31 03:07:43 +00:00
Doug MacEachern
cbaec00d98 fix return value on windows 2006-12-31 00:33:42 +00:00
Doug MacEachern
4ae984efd5 bandaid win32 lack of strtoull 2006-12-31 00:21:27 +00:00
Doug MacEachern
790a77c31d support Pid.Pid.eq=$$ 2006-12-30 23:42:38 +00:00
Doug MacEachern
a5373bf7cc add flags to branch, use for Pid query 2006-12-22 05:52:23 +00:00
Doug MacEachern
7311ce36e9 implement Pid query 2006-12-22 05:39:40 +00:00
Doug MacEachern
75248f9447 improve Args index conversion 2006-12-19 06:08:03 +00:00
Doug MacEachern
7a4f30d48b add branch_init callback 2006-12-19 05:26:33 +00:00
Doug MacEachern
5bfb7b3cc7 add Env support 2006-12-19 03:23:53 +00:00