Home
last modified time | relevance | path

Searched refs:session (Results 176 – 200 of 728) sorted by relevance

12345678910>>...30

/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c137 struct perf_session *session; member
2232 struct perf_session *session; in __cmd_record() local
2247 if (IS_ERR(session)) { in __cmd_record()
2249 return PTR_ERR(session); in __cmd_record()
2252 init_features(session); in __cmd_record()
2255 perf_stat.session = session; in __cmd_record()
2393 struct perf_session *session; in __cmd_report() local
2428 if (IS_ERR(session)) in __cmd_report()
2429 return PTR_ERR(session); in __cmd_report()
2431 perf_stat.session = session; in __cmd_report()
[all …]
H A Dbuiltin-script.c141 struct perf_session *session; member
2508 struct perf_session *session = script->session; in print_event_with_time() local
3481 struct perf_session *session; in find_scripts() local
3490 if (IS_ERR(session)) in find_scripts()
3491 return PTR_ERR(session); in find_scripts()
3635 struct perf_session *session = script->session; in script__setup_sample_type() local
3832 struct perf_session *session; in cmd_script() local
4240 if (IS_ERR(session)) in cmd_script()
4241 return PTR_ERR(session); in cmd_script()
4266 script.session = session; in cmd_script()
[all …]
H A Dbuiltin-buildid-cache.c295 static int build_id_cache__fprintf_missing(struct perf_session *session, FILE *fp) in build_id_cache__fprintf_missing() argument
297 perf_session__fprintf_dsos_buildid(session, fp, dso__missing_buildid_cache, 0); in build_id_cache__fprintf_missing()
387 struct perf_session *session = NULL; in cmd_buildid_cache() local
449 session = perf_session__new(&data, NULL); in cmd_buildid_cache()
450 if (IS_ERR(session)) in cmd_buildid_cache()
451 return PTR_ERR(session); in cmd_buildid_cache()
454 if (symbol__init(session ? &session->header.env : NULL) < 0) in cmd_buildid_cache()
526 ret = build_id_cache__fprintf_missing(session, stdout); in cmd_buildid_cache()
550 perf_session__delete(session); in cmd_buildid_cache()
H A Dbuiltin-kmem.c1007 struct perf_session *session, in __print_slab_result() argument
1260 print_slab_result(session); in print_result()
1262 print_page_result(session); in print_result()
1419 err = perf_session__process_events(session); in __cmd_kmem()
1425 print_result(session); in __cmd_kmem()
1973 struct perf_session *session; in cmd_kmem() local
2002 if (IS_ERR(session)) in cmd_kmem()
2003 return PTR_ERR(session); in cmd_kmem()
2026 symbol__init(&session->header.env); in cmd_kmem()
2055 ret = __cmd_kmem(session); in cmd_kmem()
[all …]
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.hpp180 uint8_t instance, session::SessionID sessionID);
195 session::SessionID sessionID);
219 const session::SessionID sessionID = 0;
223 std::shared_ptr<session::Session> session; member in sol::Context
H A Dsol_manager.hpp129 session::Privilege solMinPrivilege = session::Privilege::USER;
205 session::SessionID sessionID);
245 Context& getContext(session::SessionID sessionID) in getContext()
/openbmc/linux/fs/ceph/
H A Ddebugfs.c261 cap->session->s_mds, in caps_show_cb()
287 struct ceph_mds_session *session; in caps_show() local
289 session = __ceph_lookup_mds_session(mdsc, i); in caps_show()
290 if (!session) in caps_show()
293 mutex_lock(&session->s_mutex); in caps_show()
295 mutex_unlock(&session->s_mutex); in caps_show()
296 ceph_put_mds_session(session); in caps_show()
334 struct ceph_mds_session *session = in mds_sessions_show() local
336 if (!session) { in mds_sessions_show()
341 session->s_mds, in mds_sessions_show()
[all …]
H A Dmetric.c203 mdsc->metric.session = s; in metric_get_session()
222 if (!m->session || !check_session_state(m->session)) { in metric_delayed_work()
223 if (m->session) { in metric_delayed_work()
224 ceph_put_mds_session(m->session); in metric_delayed_work()
225 m->session = NULL; in metric_delayed_work()
229 if (m->session) { in metric_delayed_work()
230 ceph_mdsc_send_metrics(mdsc, m->session); in metric_delayed_work()
283 m->session = NULL; in ceph_metric_init()
316 ceph_put_mds_session(m->session); in ceph_metric_destroy()
/openbmc/linux/tools/perf/util/
H A Ddata-convert-json.c257 static void output_headers(struct perf_session *session, struct convert_json *c) in output_headers() argument
260 struct perf_header *header = &session->header; in output_headers()
262 int fd = perf_data__fd(session->data); in output_headers()
314 struct perf_session *session; in bt_convert__perf2json() local
375 session = perf_session__new(&data, &c.tool); in bt_convert__perf2json()
376 if (IS_ERR(session)) { in bt_convert__perf2json()
381 if (symbol__init(&session->header.env) < 0) { in bt_convert__perf2json()
397 output_headers(session, &c); in bt_convert__perf2json()
402 perf_session__process_events(session); in bt_convert__perf2json()
417 perf_session__delete(session); in bt_convert__perf2json()
H A Ddata-convert-bt.c1333 session->evlist = NULL; in cleanup_events()
1370 struct perf_session *session) in ctf_writer__setup_env() argument
1394 struct perf_session *session, in ctf_writer__setup_clock() argument
1604 struct perf_session *session; in bt_convert__perf2ctf() local
1644 if (IS_ERR(session)) in bt_convert__perf2ctf()
1645 return PTR_ERR(session); in bt_convert__perf2ctf()
1661 if (setup_events(cw, session)) in bt_convert__perf2ctf()
1667 if (setup_streams(cw, session)) in bt_convert__perf2ctf()
1690 cleanup_events(session); in bt_convert__perf2ctf()
1691 perf_session__delete(session); in bt_convert__perf2ctf()
[all …]
H A Dintel-pt.c66 struct perf_session *session; member
3580 intel_pt_free_events(session); in intel_pt_free()
3581 session->auxtrace = NULL; in intel_pt_free()
3664 struct perf_session *session; member
3689 intel_pt_synth.session = session; in intel_pt_synth_event()
3729 struct perf_session *session) in intel_pt_synth_events() argument
4182 struct perf_session *session) in intel_pt_process_auxtrace_info() argument
4228 pt->session = session; in intel_pt_process_auxtrace_info()
4287 if (session->header.needs_swap) in intel_pt_process_auxtrace_info()
4360 session->auxtrace = &pt->auxtrace; in intel_pt_process_auxtrace_info()
[all …]
H A Dsynthetic-events.h56 int perf_event__synthesize_features(struct perf_tool *tool, struct perf_session *session, struct ev…
91 struct perf_session *session, perf_event__handler_t process);
100 struct perf_session *session __maybe_unused, in perf_event__synthesize_auxtrace_info()
108 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process,
111 static inline int perf_event__synthesize_bpf_events(struct perf_session *session __maybe_unused, in perf_event__synthesize_bpf_events()
121 struct perf_session *session,
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_lpc_unittest.cpp37 std::uint16_t session = 0xbeef; in TEST() local
49 EXPECT_CALL(blobMock, writeMeta(session, 0, ContainerEq(bytes))); in TEST()
70 EXPECT_CALL(blobMock, writeBytes(session, 0, _)); in TEST()
74 EXPECT_TRUE(handler.sendContents(filePath, session)); in TEST()
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0004-Fix-dev_base_lock-removed-in-linux-6.9-rc1.patch35 +int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session)
41 + lttng_enumerate_device(session, dev);
48 int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session)
57 int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A Dlxdm-pam-debug10 session required pam_limits.so
11 session required pam_unix.so
13 -session optional pam_systemd.so
H A Dlxdm-pam10 session required pam_limits.so
11 session required pam_unix.so
13 -session optional pam_systemd.so
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin34 session required pam_env.so readenv=1
58 session required pam_limits.so
62 session optional pam_motd.so
72 session optional pam_mail.so standard
74 # Standard Un*x account and session
77 session include common-session
/openbmc/linux/include/uapi/linux/
H A Dtee.h238 __u32 session; member
268 __u32 session; member
293 __u32 session; member
307 __u32 session; member
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-flashback/
H A Dgnome-flashback_3.46.0.bb1 SUMMARY = "GNOME Flashback (GNOME 2) session"
25 # no oe-layer has compiz -> remove dead session
33 ${datadir}/gnome-session \
/openbmc/phosphor-ipmi-flash/tools/
H A Dlpc.cpp33 std::uint16_t session) in sendContents() argument
49 blob->writeMeta(session, 0x00, payload); in sendContents()
59 ipmiblob::StatResponse resp = blob->getStat(session); in sendContents()
145 blob->writeBytes(session, offset, chunkBytes); in sendContents()
/openbmc/bmcweb/include/
H A Dauthentication.hpp27 if (req.session != nullptr && in cleanupTempSession()
28 req.session->persistence == in cleanupTempSession()
31 persistent_data::SessionStore::getInstance().removeSession(req.session); in cleanupTempSession()
188 const std::weak_ptr<persistent_data::UserSession>& session) in performTLSAuth() argument
190 if (auto sp = session.lock()) in performTLSAuth()
262 session) in authenticate()
272 sessionOut = performTLSAuth(res, reqHeader, session); in authenticate()
/openbmc/linux/net/bluetooth/cmtp/
H A Dcmtp.h120 int cmtp_attach_device(struct cmtp_session *session);
121 void cmtp_detach_device(struct cmtp_session *session);
123 void cmtp_recv_capimsg(struct cmtp_session *session, struct sk_buff *skb);
/openbmc/linux/drivers/char/tpm/
H A Dtpm_ftpm_tee.c97 .session = pvt_data->session, in ftpm_tee_tpm_op_send()
253 pvt_data->session = sess_arg.session; in ftpm_tee_probe()
291 tee_client_close_session(pvt_data->ctx, pvt_data->session); in ftpm_tee_probe()
326 tee_client_close_session(pvt_data->ctx, pvt_data->session); in ftpm_tee_remove()
352 tee_client_close_session(pvt_data->ctx, pvt_data->session); in ftpm_plat_tee_shutdown()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-rnbd26 What: /sys/block/rnbd<N>/rnbd/session
30 Description: RNBD uses RTRS session to transport the data between client and
31 server. The entry "session" contains the name of the session, that
32 was used to establish the RTRS session. It's the same name that
58 Description: Remap the disconnected device if the session is not destroyed yet.
/openbmc/docs/designs/
H A Dexpired-password.md115 The '/redfish/v1/SessionService/Sessions/<session>' and
122 session. The ipmitool is not being enhanced by this design.
140 When Redfish creates a session with PasswordChangeRequired, every response
143 terminate the session. The usage pattern is:
145 1. Create a session.
149 3. DELETE the Session object to terminate the session.
150 4. Create a new session and continue.
165 the Redfish API to establish a session.
172 - DELETE the Session object to terminate the session.
173 - Create a new session and continue.
[all …]

12345678910>>...30