Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
stacktrack committed Apr 30, 2016
1 parent bac63c3 commit ef2ec61
Show file tree
Hide file tree
Showing 15 changed files with 487,913 additions and 410,912 deletions.
9 changes: 9 additions & 0 deletions js/traces.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ var syscalls = [
['setns','sys_setns_callees-trace.json'],
['setpriority','sys_setpriority_callees-trace.json'],
['setregid16','sys_setregid16_callees-trace.json'],
['setresgid16','sys_setresgid16_callees-trace.json'],
['setresgid','sys_setresgid_callees-trace.json'],
['setresuid16','sys_setresuid16_callees-trace.json'],
['setreuid16','sys_setreuid16_callees-trace.json'],
Expand All @@ -226,23 +227,31 @@ var syscalls = [
['setsockopt','sys_setsockopt_callees-trace.json'],
['settimeofday','sys_settimeofday_callees-trace.json'],
['setuid16','sys_setuid16_callees-trace.json'],
['setuid','sys_setuid_callees-trace.json'],
['setxattr','sys_setxattr_callees-trace.json'],
['shmat','sys_shmat_callees-trace.json'],
['shmctl','sys_shmctl_callees-trace.json'],
['shmdt','sys_shmdt_callees-trace.json'],
['shmget','sys_shmget_callees-trace.json'],
['shutdown','sys_shutdown_callees-trace.json'],
['sigaltstack','sys_sigaltstack_callees-trace.json'],
['signalfd4','sys_signalfd4_callees-trace.json'],
['sigpending','sys_sigpending_callees-trace.json'],
['splice','sys_splice_callees-trace.json'],
['ssetmask','sys_ssetmask_callees-trace.json'],
['statfs','sys_statfs_callees-trace.json'],
['swapoff','sys_swapoff_callees-trace.json'],
['swapon','sys_swapon_callees-trace.json'],
['symlinkat','sys_symlinkat_callees-trace.json'],
['symlink','sys_symlink_callees-trace.json'],
['sync','sys_sync_callees-trace.json'],
['sync_file_range','sys_sync_file_range_callees-trace.json'],
['sysctl','sys_sysctl_callees-trace.json'],
['sysfs','sys_sysfs_callees-trace.json'],
['sysinfo','sys_sysinfo_callees-trace.json'],
['syslog','sys_syslog_callees-trace.json'],
['tee','sys_tee_callees-trace.json'],
['timer_create','sys_timer_create_callees-trace.json'],
['timer_delete','sys_timer_delete_callees-trace.json'],
['timerfd_create','sys_timerfd_create_callees-trace.json'],
['timer_gettime','sys_timer_gettime_callees-trace.json'],
Expand Down
50 changes: 28 additions & 22 deletions json/sys_setrlimit_callees-trace.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
{
"label": "sys_setrlimit",
"children": [
{
"children": [],
"name": "_copy_from_user",
"size": 1,
"sourcefile": "",
"label": "_copy_from_user",
"type": "original"
},
{
"label": "do_prlimit",
"children": [
{
"label": "_raw_spin_lock",
"children": [],
"name": "_raw_spin_lock",
"size": 1,
"index": 2690,
"sourcefile": "",
"label": "_raw_spin_lock",
"size": 1,
"name": "_raw_spin_lock",
"type": "original"
},
{
"label": "_raw_read_lock",
"children": [],
"name": "security_task_setrlimit",
"size": 1,
"index": 2691,
"sourcefile": "",
"label": "security_task_setrlimit",
"size": 1,
"name": "_raw_read_lock",
"type": "original"
},
{
"label": "security_task_setrlimit",
"children": [],
"name": "_raw_read_lock",
"size": 1,
"index": 2692,
"sourcefile": "",
"label": "_raw_read_lock",
"size": 1,
"name": "security_task_setrlimit",
"type": "original"
}
],
"name": "do_prlimit",
"index": 2689,
"sourcefile": "",
"size": 1,
"name": "do_prlimit",
"type": "original"
},
{
"label": "_copy_from_user",
"children": [],
"index": 2688,
"sourcefile": "",
"label": "do_prlimit",
"size": 1,
"name": "_copy_from_user",
"type": "original"
}
],
"name": "sys_setrlimit",
"size": 1,
"index": 2687,
"sourcefile": "",
"label": "sys_setrlimit",
"size": 1,
"name": "sys_setrlimit",
"type": "original"
}
Loading

0 comments on commit ef2ec61

Please sign in to comment.