Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
edb47ec4
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
edb47ec4
编写于
8月 31, 2011
作者:
L
Lluís
提交者:
Stefan Hajnoczi
9月 01, 2011
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
trace: move backend-specific code into the trace/ directory
Signed-off-by:
N
Lluís Vilanova
<
vilanova@ac.upc.edu
>
上级
09001ee7
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
10 addition
and
7 deletion
+10
-7
Makefile
Makefile
+1
-0
Makefile.objs
Makefile.objs
+4
-2
scripts/tracetool
scripts/tracetool
+1
-1
trace/simple.c
trace/simple.c
+0
-0
trace/simple.h
trace/simple.h
+3
-3
vl.c
vl.c
+1
-1
未找到文件。
Makefile
浏览文件 @
edb47ec4
...
...
@@ -209,6 +209,7 @@ clean:
rm
-Rf
.libs
rm
-f
slirp/*.o
slirp/*.d
audio/*.o
audio/*.d
block/*.o
block/*.d
net/*.o
net/*.d
fsdev/*.o
fsdev/*.d
ui/*.o
ui/*.d
qapi/*.o
qapi/*.d
qga/*.o
qga/*.d
rm
-f
qemu-img-cmds.h
rm
-f
trace/*.o
trace/*.d
rm
-f
trace.c
trace.h
trace.c-timestamp
trace.h-timestamp
rm
-f
trace-dtrace.dtrace
trace-dtrace.dtrace-timestamp
rm
-f
trace-dtrace.h
trace-dtrace.h-timestamp
...
...
Makefile.objs
浏览文件 @
edb47ec4
...
...
@@ -372,16 +372,18 @@ trace-dtrace.lo: trace-dtrace.dtrace
$(
call
quiet-command,
$(LIBTOOL)
--mode
=
compile
--tag
=
CC dtrace
-o
$@
-G
-s
$<
,
" lt GEN trace-dtrace.o"
)
endif
simpletrace.o
:
simpletrac
e.c $(GENERATED_HEADERS)
trace/simple.o
:
trace/simpl
e.c $(GENERATED_HEADERS)
trace-obj-$(CONFIG_TRACE_DTRACE)
+=
trace-dtrace.o
ifneq
($(TRACE_BACKEND),dtrace)
trace-obj-y
=
trace.o
endif
trace-
obj-$(CONFIG_TRACE_SIMPLE)
+=
simpletrac
e.o
trace-
nested-$(CONFIG_TRACE_SIMPLE)
+=
simpl
e.o
trace-obj-$(CONFIG_TRACE_SIMPLE)
+=
qemu-timer-common.o
trace-obj-y
+=
$(
addprefix
trace/,
$
(
trace-nested-y
))
######################################################################
# smartcard
...
...
scripts/tracetool
浏览文件 @
edb47ec4
...
...
@@ -158,7 +158,7 @@ linetoc_end_nop()
linetoh_begin_simple()
{
cat <<EOF
#include "
simpletrac
e
.h
"
#include "
trace
/simpl
e.h
"
EOF
simple_event_num=0
...
...
simpletrac
e.c
→
trace/simpl
e.c
浏览文件 @
edb47ec4
文件已移动
simpletrac
e.h
→
trace/simpl
e.h
浏览文件 @
edb47ec4
...
...
@@ -8,8 +8,8 @@
*
*/
#ifndef
SIMPLETRAC
E_H
#define
SIMPLETRAC
E_H
#ifndef
TRACE_SIMPL
E_H
#define
TRACE_SIMPL
E_H
#include <stdint.h>
#include <stdbool.h>
...
...
@@ -45,4 +45,4 @@ static inline bool st_init(const char *file)
}
#endif
/* !CONFIG_TRACE_SIMPLE */
#endif
/*
SIMPLETRAC
E_H */
#endif
/*
TRACE_SIMPL
E_H */
vl.c
浏览文件 @
edb47ec4
...
...
@@ -156,7 +156,7 @@ int main(int argc, char **argv)
#include "slirp/libslirp.h"
#include "trace.h"
#include "
simpletrac
e.h"
#include "
trace/simpl
e.h"
#include "qemu-queue.h"
#include "cpus.h"
#include "arch_init.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录