Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Side by Side Diff: tools/traceline/traceline/scripts/syscalls.py

Issue 8678023: Fix python scripts in src/tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/traceline/traceline/scripts/split.py ('k') | tools/unused-symbols-report.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 syscalls = { 5 syscalls = {
6 0: "ntdll.dll!NtAcceptConnectPort", 6 0: "ntdll.dll!NtAcceptConnectPort",
7 1: "ntdll.dll!NtAccessCheck", 7 1: "ntdll.dll!NtAccessCheck",
8 2: "ntdll.dll!ZwAccessCheckAndAuditAlarm", 8 2: "ntdll.dll!ZwAccessCheckAndAuditAlarm",
9 3: "ntdll.dll!NtAccessCheckByType", 9 3: "ntdll.dll!NtAccessCheckByType",
10 4: "ntdll.dll!NtAccessCheckByTypeAndAuditAlarm", 10 4: "ntdll.dll!NtAccessCheckByTypeAndAuditAlarm",
11 5: "ntdll.dll!NtAccessCheckByTypeResultList", 11 5: "ntdll.dll!NtAccessCheckByTypeResultList",
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 4754: "gdi32.dll!NtGdiGetDhpdev", 933 4754: "gdi32.dll!NtGdiGetDhpdev",
934 4755: "gdi32.dll!NtGdiEngCheckAbort", 934 4755: "gdi32.dll!NtGdiEngCheckAbort",
935 4756: "gdi32.dll!NtGdiHT_Get8BPPFormatPalette", 935 4756: "gdi32.dll!NtGdiHT_Get8BPPFormatPalette",
936 4757: "gdi32.dll!NtGdiHT_Get8BPPMaskPalette", 936 4757: "gdi32.dll!NtGdiHT_Get8BPPMaskPalette",
937 4758: "gdi32.dll!NtGdiUpdateTransform", 937 4758: "gdi32.dll!NtGdiUpdateTransform",
938 4759: "gdi32.dll!NtGdiSetPUMPDOBJ", 938 4759: "gdi32.dll!NtGdiSetPUMPDOBJ",
939 4760: "gdi32.dll!NtGdiBRUSHOBJ_DeleteRbrush", 939 4760: "gdi32.dll!NtGdiBRUSHOBJ_DeleteRbrush",
940 4761: "gdi32.dll!NtGdiUMPDEngFreeUserMem", 940 4761: "gdi32.dll!NtGdiUMPDEngFreeUserMem",
941 4762: "gdi32.dll!NtGdiDrawStream", 941 4762: "gdi32.dll!NtGdiDrawStream",
942 } 942 }
OLDNEW
« no previous file with comments | « tools/traceline/traceline/scripts/split.py ('k') | tools/unused-symbols-report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698