forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9ca2c16
committed
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Thomas Gleixner: "Perf tool updates and kprobe fixes: - perf_mmap overwrite mode fixes/overhaul, prep work to get 'perf top' using it, making it bearable to use it in large core count systems such as Knights Landing/Mill Intel systems (Kan Liang) - s/390 now uses syscall.tbl, just like x86-64 to generate the syscall table id -> string tables used by 'perf trace' (Hendrik Brueckner) - Use strtoull() instead of home grown function (Andy Shevchenko) - Synchronize kernel ABI headers, v4.16-rc1 (Ingo Molnar) - Document missing 'perf data --force' option (Sangwon Hong) - Add perf vendor JSON metrics for ARM Cortex-A53 Processor (William Cohen) - Improve error handling and error propagation of ftrace based kprobes so failures when installing kprobes are not silently ignored and create disfunctional tracepoints"* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits) kprobes: Propagate error from disarm_kprobe_ftrace() kprobes: Propagate error from arm_kprobe_ftrace() Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h" perf s390: Rework system call table creation by using syscall.tbl perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl tools/headers: Synchronize kernel ABI headers, v4.16-rc1 perf test: Fix test trace+probe_libc_inet_pton.sh for s390x perf data: Document missing --force option perf tools: Substitute yet another strtoull() perf top: Check the latency of perf_top__mmap_read() perf top: Switch default mode to overwrite mode perf top: Remove lost events checking perf hists browser: Add parameter to disable lost event warning perf top: Add overwrite fall back perf evsel: Expose the perf_missing_features struct perf top: Check per-event overwrite term perf mmap: Discard legacy interface for mmap read perf test: Update mmap read functions for backward-ring-buffer test perf mmap: Introduce perf_mmap__read_event() perf mmap: Introduce perf_mmap__read_done() ...File tree
34 files changed
+1195
-628
lines changed- kernel
- tools
- arch
- powerpc/include/uapi/asm
- s390/include/uapi/asm
- x86/include/asm
- include/uapi
- drm
- linux
- perf
- Documentation
- arch/s390
- entry/syscalls
- pmu-events/arch/arm64
- cortex-a53
- tests
- shell
- ui/browsers
- util
34 files changed
+1195
-628
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
978 | 978 |
| |
979 | 979 |
| |
980 | 980 |
| |
981 |
| - | |
| 981 | + | |
982 | 982 |
| |
983 |
| - | |
| 983 | + | |
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
987 |
| - | |
988 |
| - | |
989 |
| - | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
990 | 993 |
| |
991 |
| - | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
992 | 998 |
| |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
993 | 1011 |
| |
994 | 1012 |
| |
995 | 1013 |
| |
996 |
| - | |
| 1014 | + | |
997 | 1015 |
| |
998 |
| - | |
| 1016 | + | |
999 | 1017 |
| |
1000 |
| - | |
1001 |
| - | |
| 1018 | + | |
1002 | 1019 |
| |
1003 |
| - | |
| 1020 | + | |
| 1021 | + | |
1004 | 1022 |
| |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1005 | 1026 |
| |
1006 | 1027 |
| |
1007 | 1028 |
| |
| 1029 | + | |
1008 | 1030 |
| |
1009 | 1031 |
| |
1010 | 1032 |
| |
1011 |
| - | |
1012 |
| - | |
| 1033 | + | |
| 1034 | + | |
1013 | 1035 |
| |
1014 | 1036 |
| |
1015 | 1037 |
| |
1016 |
| - | |
| 1038 | + | |
1017 | 1039 |
| |
1018 |
| - | |
1019 |
| - | |
1020 |
| - | |
1021 |
| - | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
1022 | 1043 |
| |
1023 | 1044 |
| |
1024 | 1045 |
| |
1025 | 1046 |
| |
1026 | 1047 |
| |
| 1048 | + | |
| 1049 | + | |
1027 | 1050 |
| |
1028 | 1051 |
| |
1029 | 1052 |
| |
1030 |
| - | |
| 1053 | + | |
1031 | 1054 |
| |
1032 |
| - | |
1033 |
| - | |
1034 |
| - | |
1035 |
| - | |
| 1055 | + | |
| 1056 | + | |
1036 | 1057 |
| |
1037 | 1058 |
| |
1038 | 1059 |
| |
1039 | 1060 |
| |
1040 | 1061 |
| |
1041 | 1062 |
| |
| 1063 | + | |
| 1064 | + | |
1042 | 1065 |
| |
1043 | 1066 |
| |
1044 | 1067 |
| |
| |||
1362 | 1385 |
| |
1363 | 1386 |
| |
1364 | 1387 |
| |
1365 |
| - | |
| 1388 | + | |
1366 | 1389 |
| |
1367 |
| - | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
1368 | 1397 |
| |
1369 | 1398 |
| |
1370 | 1399 |
| |
| |||
1573 | 1602 |
| |
1574 | 1603 |
| |
1575 | 1604 |
| |
1576 |
| - | |
1577 |
| - | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
1578 | 1613 |
| |
1579 | 1614 |
| |
1580 | 1615 |
| |
| |||
1608 | 1643 |
| |
1609 | 1644 |
| |
1610 | 1645 |
| |
| 1646 | + | |
1611 | 1647 |
| |
1612 | 1648 |
| |
1613 | 1649 |
| |
1614 | 1650 |
| |
1615 |
| - | |
| 1651 | + | |
1616 | 1652 |
| |
1617 | 1653 |
| |
1618 | 1654 |
| |
| |||
1626 | 1662 |
| |
1627 | 1663 |
| |
1628 | 1664 |
| |
1629 |
| - | |
1630 |
| - | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
1631 | 1672 |
| |
1632 | 1673 |
| |
1633 | 1674 |
| |
| |||
1644 | 1685 |
| |
1645 | 1686 |
| |
1646 | 1687 |
| |
1647 |
| - | |
1648 |
| - | |
| 1688 | + | |
| 1689 | + | |
1649 | 1690 |
| |
1650 | 1691 |
| |
1651 | 1692 |
| |
| |||
2078 | 2119 |
| |
2079 | 2120 |
| |
2080 | 2121 |
| |
| 2122 | + | |
2081 | 2123 |
| |
2082 | 2124 |
| |
2083 | 2125 |
| |
2084 | 2126 |
| |
2085 |
| - | |
2086 |
| - | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
2087 | 2130 |
| |
2088 | 2131 |
| |
2089 | 2132 |
| |
| |||
2116 | 2159 |
| |
2117 | 2160 |
| |
2118 | 2161 |
| |
2119 |
| - | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
2120 | 2165 |
| |
2121 | 2166 |
| |
2122 | 2167 |
| |
| |||
2407 | 2452 |
| |
2408 | 2453 |
| |
2409 | 2454 |
| |
2410 |
| - | |
| 2455 | + | |
2411 | 2456 |
| |
2412 | 2457 |
| |
2413 | 2458 |
| |
2414 |
| - | |
| 2459 | + | |
| 2460 | + | |
2415 | 2461 |
| |
2416 | 2462 |
| |
2417 | 2463 |
| |
| |||
2428 | 2474 |
| |
2429 | 2475 |
| |
2430 | 2476 |
| |
2431 |
| - | |
2432 |
| - | |
2433 |
| - | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
2434 | 2488 |
| |
2435 | 2489 |
| |
2436 |
| - | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
2437 | 2495 |
| |
2438 | 2496 |
| |
2439 | 2497 |
| |
2440 |
| - | |
| 2498 | + | |
2441 | 2499 |
| |
2442 | 2500 |
| |
2443 |
| - | |
| 2501 | + | |
2444 | 2502 |
| |
2445 | 2503 |
| |
2446 | 2504 |
| |
2447 |
| - | |
| 2505 | + | |
| 2506 | + | |
2448 | 2507 |
| |
2449 | 2508 |
| |
2450 | 2509 |
| |
2451 | 2510 |
| |
2452 | 2511 |
| |
2453 | 2512 |
| |
2454 |
| - | |
| 2513 | + | |
2455 | 2514 |
| |
2456 | 2515 |
| |
2457 | 2516 |
| |
2458 |
| - | |
2459 | 2517 |
| |
2460 | 2518 |
| |
2461 | 2519 |
| |
| 2520 | + | |
2462 | 2521 |
| |
2463 |
| - | |
2464 |
| - | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
2465 | 2530 |
| |
2466 | 2531 |
| |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
2467 | 2539 |
| |
2468 | 2540 |
| |
2469 | 2541 |
| |
2470 | 2542 |
| |
| 2543 | + | |
| 2544 | + | |
2471 | 2545 |
| |
2472 | 2546 |
| |
2473 | 2547 |
| |
| |||
2494 | 2568 |
| |
2495 | 2569 |
| |
2496 | 2570 |
| |
| 2571 | + | |
2497 | 2572 |
| |
2498 | 2573 |
| |
2499 | 2574 |
| |
| |||
2504 | 2579 |
| |
2505 | 2580 |
| |
2506 | 2581 |
| |
2507 |
| - | |
| 2582 | + | |
2508 | 2583 |
| |
2509 | 2584 |
| |
2510 | 2585 |
| |
2511 | 2586 |
| |
2512 |
| - | |
| 2587 | + | |
2513 | 2588 |
| |
2514 | 2589 |
| |
2515 | 2590 |
| |
2516 | 2591 |
| |
2517 | 2592 |
| |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
2518 | 2596 |
| |
2519 | 2597 |
| |
2520 | 2598 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
| 635 | + | |
| 636 | + | |
635 | 637 |
| |
636 | 638 |
| |
637 | 639 |
| |
|
0 commit comments
Comments
(0)