Commit 9cc0afe
perf sched map: Add support for multiple task names using CSV
To track the scheduling patterns of multiple tasks simultaneously,
multiple task names can be specified using a comma separator
without any whitespace.
Sample output for --task-name perf,wdavdaemon
=============
. *A0 . . . . - . 131040.641346 secs A0 => wdavdaemon:62509
. A0 *B0 . . . - . 131040.641378 secs B0 => wdavdaemon:62274
. *- B0 . . . - . 131040.641379 secs
*C0 . B0 . . . . . 131040.641572 secs C0 => wdavdaemon:62283
...
. *- . . . . . . 131041.395649 secs
. . . . . . . *X2 131041.403969 secs X2 => perf:70211
. . . . . . . *- 131041.404006 secs
Suggested-by: Namhyung Kim <namhyung@kernel.org>
Reviewed-and-tested-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Signed-off-by: Madadi Vineeth Reddy <vineethr@linux.ibm.com>
Cc: Chen Yu <yu.c.chen@intel.com>
Link: https://lore.kernel.org/r/20240707182716.22054-3-vineethr@linux.ibm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>1 parent 3116d60 commit 9cc0afe
2 files changed
Lines changed: 30 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
1540 | 1541 | | |
1541 | 1542 | | |
1542 | 1543 | | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
1543 | 1556 | | |
1544 | 1557 | | |
1545 | 1558 | | |
| |||
1609 | 1622 | | |
1610 | 1623 | | |
1611 | 1624 | | |
| 1625 | + | |
1612 | 1626 | | |
1613 | 1627 | | |
1614 | 1628 | | |
| |||
1660 | 1674 | | |
1661 | 1675 | | |
1662 | 1676 | | |
1663 | | - | |
| 1677 | + | |
1664 | 1678 | | |
1665 | 1679 | | |
1666 | 1680 | | |
| |||
1689 | 1703 | | |
1690 | 1704 | | |
1691 | 1705 | | |
1692 | | - | |
1693 | | - | |
| 1706 | + | |
| 1707 | + | |
1694 | 1708 | | |
1695 | 1709 | | |
1696 | 1710 | | |
1697 | 1711 | | |
1698 | 1712 | | |
1699 | 1713 | | |
1700 | | - | |
| 1714 | + | |
1701 | 1715 | | |
1702 | 1716 | | |
1703 | 1717 | | |
| |||
3640 | 3654 | | |
3641 | 3655 | | |
3642 | 3656 | | |
3643 | | - | |
| 3657 | + | |
3644 | 3658 | | |
3645 | 3659 | | |
3646 | 3660 | | |
| |||
3739 | 3753 | | |
3740 | 3754 | | |
3741 | 3755 | | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
3742 | 3764 | | |
3743 | 3765 | | |
3744 | 3766 | | |
| |||
0 commit comments