Searched refs:sessions (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/Documentation/ |
| A D | perf-daemon.txt | 7 perf-daemon - Run record sessions on background 24 monitors configured record sessions. 37 flight recorder sessions in above example or session that is configured 82 The signal command sends signal to configured sessions. 90 The ping command sends control ping to configured sessions. 102 Base path for daemon data. All sessions data are 114 Example with 2 record sessions: 132 Check sessions: 142 Check sessions with more info: 187 Send USR2 signal to all sessions:
|
| A D | perf-stat.txt | 100 allows multiple perf-stat sessions that are counting the same metric (cycles, 106 With option "--bpf-counters", different perf-stat sessions share 604 For workload sessions we also display time the workloads spent in
|
| A D | perf-trace.txt | 213 live sessions (without --input/-i), 127 otherwise.
|
| A D | perf.data-file-format.txt | 622 sessions, etc. Those are the ones prefixed PERF_RECORD_USER_*.
|
| A D | perf-config.txt | 733 Base path for daemon data. All sessions data are stored under
|
| /tools/perf/ |
| A D | builtin-daemon.c | 92 struct list_head sessions; member 100 .sessions = LIST_HEAD_INIT(__daemon.sessions), 130 list_add_tail(&session->list, &config->sessions); in daemon__add_session() 138 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session() 309 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config() 415 list_for_each_entry(session, &daemon->sessions, list) { in handle_signalfd() 476 list_for_each_entry(session, &daemon->sessions, list) { in daemon__has_alive_session() 709 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_list() 771 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_kill() 922 list_for_each_entry(session, &daemon->sessions, list) in daemon__signal() [all …]
|
Completed in 9 milliseconds