oprofile: update to 0.9.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31039 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
diff -urN oprofile-0.9.4/daemon/Makefile.am oprofile-0.9.4.new/daemon/Makefile.am
|
||||
--- oprofile-0.9.4/daemon/Makefile.am 2008-04-28 23:23:24.000000000 +0200
|
||||
+++ oprofile-0.9.4.new/daemon/Makefile.am 2009-07-26 15:23:23.000000000 +0200
|
||||
--- a/daemon/Makefile.am
|
||||
+++ b/daemon/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = liblegacy .
|
||||
+SUBDIRS = .
|
||||
|
||||
oprofiled_SOURCES = \
|
||||
init.c \
|
||||
@@ -42,7 +42,6 @@
|
||||
@@ -49,7 +49,6 @@ AM_CFLAGS = @OP_CFLAGS@ -fno-omit-frame-
|
||||
bin_PROGRAMS = oprofiled
|
||||
|
||||
oprofiled_LDADD = \
|
||||
@ -15,28 +14,27 @@ diff -urN oprofile-0.9.4/daemon/Makefile.am oprofile-0.9.4.new/daemon/Makefile.a
|
||||
../libabi/libabi.a \
|
||||
../libdb/libodb.a \
|
||||
../libop/libop.a \
|
||||
diff -urN oprofile-0.9.4/daemon/Makefile.in oprofile-0.9.4.new/daemon/Makefile.in
|
||||
--- oprofile-0.9.4/daemon/Makefile.in 2008-07-18 01:14:44.000000000 +0200
|
||||
+++ oprofile-0.9.4.new/daemon/Makefile.in 2009-07-26 15:23:14.000000000 +0200
|
||||
@@ -68,7 +68,7 @@
|
||||
opd_events.$(OBJEXT) opd_mangling.$(OBJEXT) \
|
||||
opd_perfmon.$(OBJEXT) opd_anon.$(OBJEXT) opd_spu.$(OBJEXT)
|
||||
--- a/daemon/Makefile.in
|
||||
+++ b/daemon/Makefile.in
|
||||
@@ -70,7 +70,7 @@ am_oprofiled_OBJECTS = init.$(OBJEXT) op
|
||||
opd_extended.$(OBJEXT) opd_ibs.$(OBJEXT) \
|
||||
opd_ibs_trans.$(OBJEXT)
|
||||
oprofiled_OBJECTS = $(am_oprofiled_OBJECTS)
|
||||
-oprofiled_DEPENDENCIES = liblegacy/liblegacy.a ../libabi/libabi.a \
|
||||
+oprofiled_DEPENDENCIES = ../libabi/libabi.a \
|
||||
../libdb/libodb.a ../libop/libop.a ../libutil/libutil.a
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
@@ -240,7 +240,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
@@ -285,7 +285,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
topdir = @topdir@
|
||||
-SUBDIRS = liblegacy .
|
||||
+SUBDIRS = .
|
||||
oprofiled_SOURCES = \
|
||||
init.c \
|
||||
oprofiled.c \
|
||||
@@ -279,7 +279,6 @@
|
||||
@@ -331,7 +331,6 @@ AM_CPPFLAGS = \
|
||||
# -fno-omit-frame-pointer needed for daemon build: see ChangeLog-2004 02-23
|
||||
AM_CFLAGS = @OP_CFLAGS@ -fno-omit-frame-pointer
|
||||
oprofiled_LDADD = \
|
||||
@ -44,18 +42,17 @@ diff -urN oprofile-0.9.4/daemon/Makefile.in oprofile-0.9.4.new/daemon/Makefile.i
|
||||
../libabi/libabi.a \
|
||||
../libdb/libodb.a \
|
||||
../libop/libop.a \
|
||||
diff -urN oprofile-0.9.4/daemon/oprofiled.c oprofile-0.9.4.new/daemon/oprofiled.c
|
||||
--- oprofile-0.9.4/daemon/oprofiled.c 2008-04-28 23:23:23.000000000 +0200
|
||||
+++ oprofile-0.9.4.new/daemon/oprofiled.c 2009-07-26 15:25:25.000000000 +0200
|
||||
@@ -73,7 +73,6 @@
|
||||
static char * events;
|
||||
--- a/daemon/oprofiled.c
|
||||
+++ b/daemon/oprofiled.c
|
||||
@@ -77,7 +77,6 @@ static char * events;
|
||||
static char * ext_feature;
|
||||
static int showvers;
|
||||
static struct oprofiled_ops * opd_ops;
|
||||
-extern struct oprofiled_ops opd_24_ops;
|
||||
extern struct oprofiled_ops opd_26_ops;
|
||||
|
||||
#define OPD_IMAGE_FILTER_HASH_SIZE 32
|
||||
@@ -465,9 +464,6 @@
|
||||
@@ -477,9 +476,6 @@ static void opd_options(int argc, char c
|
||||
static struct oprofiled_ops * get_ops(void)
|
||||
{
|
||||
switch (op_get_interface()) {
|
||||
|
Reference in New Issue
Block a user