Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
(1) |
Feb
|
Mar
(7) |
Apr
(3) |
May
(3) |
Jun
(7) |
Jul
(10) |
Aug
(1) |
Sep
(50) |
Oct
(74) |
Nov
(28) |
Dec
(32) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(63) |
Feb
(27) |
Mar
(88) |
Apr
(21) |
May
(59) |
Jun
(41) |
Jul
(61) |
Aug
(89) |
Sep
(179) |
Oct
(152) |
Nov
(190) |
Dec
(92) |
2003 |
Jan
(140) |
Feb
(160) |
Mar
(193) |
Apr
(107) |
May
(84) |
Jun
(60) |
Jul
(97) |
Aug
(97) |
Sep
(42) |
Oct
(105) |
Nov
(99) |
Dec
(52) |
2004 |
Jan
(99) |
Feb
(97) |
Mar
(62) |
Apr
(73) |
May
(94) |
Jun
(37) |
Jul
(32) |
Aug
(89) |
Sep
(87) |
Oct
(72) |
Nov
(114) |
Dec
(35) |
2005 |
Jan
(25) |
Feb
(42) |
Mar
(120) |
Apr
(151) |
May
(71) |
Jun
(36) |
Jul
(35) |
Aug
(92) |
Sep
(19) |
Oct
(57) |
Nov
(77) |
Dec
(61) |
2006 |
Jan
(107) |
Feb
(114) |
Mar
(66) |
Apr
(101) |
May
(74) |
Jun
(64) |
Jul
(42) |
Aug
(51) |
Sep
(106) |
Oct
(118) |
Nov
(138) |
Dec
(162) |
2007 |
Jan
(148) |
Feb
(222) |
Mar
(73) |
Apr
(160) |
May
(166) |
Jun
(125) |
Jul
(184) |
Aug
(58) |
Sep
(41) |
Oct
(102) |
Nov
(111) |
Dec
(52) |
2008 |
Jan
(104) |
Feb
(67) |
Mar
(48) |
Apr
(125) |
May
(114) |
Jun
(98) |
Jul
(206) |
Aug
(89) |
Sep
(88) |
Oct
(163) |
Nov
(115) |
Dec
(113) |
2009 |
Jan
(131) |
Feb
(85) |
Mar
(157) |
Apr
(198) |
May
(202) |
Jun
(154) |
Jul
(156) |
Aug
(75) |
Sep
(80) |
Oct
(148) |
Nov
(88) |
Dec
(83) |
2010 |
Jan
(78) |
Feb
(59) |
Mar
(89) |
Apr
(54) |
May
(92) |
Jun
(66) |
Jul
(38) |
Aug
(73) |
Sep
(84) |
Oct
(91) |
Nov
(52) |
Dec
(62) |
2011 |
Jan
(86) |
Feb
(68) |
Mar
(129) |
Apr
(121) |
May
(154) |
Jun
(81) |
Jul
(55) |
Aug
(55) |
Sep
(58) |
Oct
(115) |
Nov
(88) |
Dec
(95) |
2012 |
Jan
(105) |
Feb
(62) |
Mar
(52) |
Apr
(54) |
May
(103) |
Jun
(89) |
Jul
(152) |
Aug
(73) |
Sep
(58) |
Oct
(60) |
Nov
(52) |
Dec
(90) |
2013 |
Jan
(102) |
Feb
(63) |
Mar
(68) |
Apr
(128) |
May
(82) |
Jun
(94) |
Jul
(87) |
Aug
(29) |
Sep
(24) |
Oct
(25) |
Nov
(40) |
Dec
(51) |
2014 |
Jan
(41) |
Feb
(60) |
Mar
(33) |
Apr
(22) |
May
(38) |
Jun
(23) |
Jul
(86) |
Aug
(113) |
Sep
(23) |
Oct
(22) |
Nov
(18) |
Dec
(13) |
2015 |
Jan
(40) |
Feb
(12) |
Mar
(28) |
Apr
(32) |
May
(53) |
Jun
(65) |
Jul
(27) |
Aug
(6) |
Sep
(13) |
Oct
(25) |
Nov
(48) |
Dec
(19) |
2016 |
Jan
(5) |
Feb
(10) |
Mar
(23) |
Apr
(31) |
May
(19) |
Jun
(28) |
Jul
(19) |
Aug
(2) |
Sep
(9) |
Oct
(18) |
Nov
(10) |
Dec
(4) |
2017 |
Jan
(23) |
Feb
(42) |
Mar
(13) |
Apr
(5) |
May
(7) |
Jun
(26) |
Jul
(13) |
Aug
(8) |
Sep
(1) |
Oct
(3) |
Nov
(27) |
Dec
(4) |
2018 |
Jan
(9) |
Feb
(22) |
Mar
(27) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(3) |
3
(4) |
4
(7) |
5
(3) |
6
(8) |
7
(2) |
8
(2) |
9
(3) |
10
(4) |
11
(7) |
12
(4) |
13
(11) |
14
|
15
|
16
(3) |
17
(11) |
18
(9) |
19
(12) |
20
(11) |
21
(5) |
22
(3) |
23
(8) |
24
(5) |
25
(4) |
26
(11) |
27
(2) |
28
(6) |
29
(2) |
30
(10) |
|
|
|
|
|
From: John Levon <levon@mo...> - 2007-04-04 23:30:00
|
On Wed, Apr 04, 2007 at 06:24:00PM -0500, Maynard Johnson wrote: > >>- chown(destination.c_str(), buf.st_uid, buf.st_gid); > >>+ retval = chown(destination.c_str(), buf.st_uid, buf.st_gid); > > > >(void) chown(... > > > >is the usual trick for this sort of thing. Does gcc work out what that > >means correctly? > Nope. I get the same error as with original source. Grumble, does tradition mean nothing round here!! Patch is fine. thanks john |
From: Maynard Johnson <maynardj@us...> - 2007-04-04 23:24:14
|
John Levon wrote: > On Wed, Apr 04, 2007 at 02:09:56PM -0500, Maynard Johnson wrote: > > >>- chown(destination.c_str(), buf.st_uid, buf.st_gid); >>+ retval = chown(destination.c_str(), buf.st_uid, buf.st_gid); > > > (void) chown(... > > is the usual trick for this sort of thing. Does gcc work out what that > means correctly? Nope. I get the same error as with original source. -Maynard > > regards > john |
From: John Levon <levon@mo...> - 2007-04-04 22:10:55
|
On Wed, Apr 04, 2007 at 02:09:56PM -0500, Maynard Johnson wrote: > - chown(destination.c_str(), buf.st_uid, buf.st_gid); > + retval = chown(destination.c_str(), buf.st_uid, buf.st_gid); (void) chown(... is the usual trick for this sort of thing. Does gcc work out what that means correctly? regards john |
From: Maynard Johnson <maynardj@us...> - 2007-04-04 19:11:04
|
Problem: OProfile CVS fails to build when packaged as a src rpm and built using rpmbuild. The compilation error is: cc1plus: warnings being treated as errors file_manip.cpp: In function 'bool copy_file( const std::string&, const std::string&)': file_manip.cpp:52: warning: ignoring return value of 'int chown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result This is happening on at least two recent distros I tried (SLES 10 and RHEL5) and on multiple architectures (Intel P4, IBM POWER5). Cause: The call to chown() in libutil++/file_manip.cpp does not catch the return value. A manual build of OProfile doesn't complain about this, but rpmbuild does complain because of how the optflags macro is set in the rpm build environment. Running 'rpm --eval "%{optflags}"' on the distros mentioned above shows _FORTIFY_SOURCE=2 is defined. And since chown() is declared with __attribute_warn_unused_result__ in unistd.h, the warning surfaces when FORTIFY_LEVEL > 0. Fix: The attached patch simply stores and ignores the result returned from chown(). Regards, -Maynard |
From: Maurice van Swaaij <maurice@bl...> - 2007-04-04 17:49:45
|
I followed the discusion about loading symbols from a dynamic shared library. We are trying to profile an animation package (maya) which is built almost entirely from dso's, hence my interest. Any opinion on if it is worth building my own oprofile with Josef Weidendorfer's patch? Thanks. -- Maurice van Swaaij - Manager Technical Software - Blue Sky Studios NY [ http://www.blueskystudios.com | maurice@... ] |
From: Bikash K Agarwalla <bikash@cc...> - 2007-04-04 17:42:47
|
I installed oprofile, but when I pass callgraph option to opcontrol, it complains that machine/architecture is not supported. uname gives "2.6.9-42.0.2.ELsmp #1 SMP Wed Aug 23 00:17:26 CDT 2006 i686 i686 i386 GNU/Linux" output for the machine. Can someone please confirm if callgraph profiling will work for this configuration or not. Thanks, Bikash Agarwalla |