summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-05-18 20:59:27 +0200
committerIngo Molnar <mingo@elte.hu>2011-05-18 20:59:30 +0200
commit01ed58abec07633791f03684b937a7e22e00c9bb (patch)
tree7bb5b60c102aa08e404928ffcb3edf1e8404b5a2 /tools/perf/scripts/python/call-graph-from-sql.py
parentaf2d03d4aaa847ef41a229dfee098a47908437c6 (diff)
parent26afb7c661080ae3f1f13ddf7f0c58c4f931c22b (diff)
downloadkernel-01ed58abec07633791f03684b937a7e22e00c9bb.tar.gz
Merge branch 'x86/mem' into perf/core
Merge reason: memcpy_64.S changes an assumption perf bench has, so merge this here so we can fix it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
>Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein 2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl 2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda 2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda 2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo 2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda 2024-12-16rust: miscdevice: add fops->show_fdinfo() hookAlice Ryhl 2024-12-16rust: miscdevice: Provide accessor to pull out miscdevice::this_deviceLee Jones 2024-12-16rust: miscdevice: access the `struct miscdevice` from fops->open()Alice Ryhl 2024-12-16rust: miscdevice: access file in fopsAlice Ryhl 2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl 2024-10-15rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl 2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl