Home
last modified time | relevance | path

Searched refs:argSetId (Results 1 – 25 of 25) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp85 uint32_t argSetId = INVALID_UINT32; in IrqHandlerExit() local
87 argSetId = streamFilters_->argsFilter_->NewArgs(args); in IrqHandlerExit()
88 slices->SetIrqDurAndArg(irqEventMap_.at(cpu).row, timeStamp, argSetId); in IrqHandlerExit()
154 uint32_t argSetId = INVALID_UINT32; in SoftIrqExit() local
156 argSetId = streamFilters_->argsFilter_->NewArgs(args); in SoftIrqExit()
157 slices->SetIrqDurAndArg(softIrqEventMap_.at(cpu).row, timeStamp, argSetId); in SoftIrqExit()
323 uint32_t argSetId = INVALID_UINT32; in StartSlice() local
326 argSetId = args.argSetId_; in StartSlice()
328 argSetId = streamFilters_->argsFilter_->NewArgs(args); in StartSlice()
329 sliceRowToArgsSetId_[index] = argSetId; in StartSlice()
[all …]
Dargs_filter.cpp46 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs() argument
50 (void)argSet->AppendNewArg(it->first, it->second.type, it->second.value, argSetId); in AppendArgs()
Dbinder_filter.cpp131 uint32_t argSetId = INVALID_UINT32; in ReceiveTraction() local
132 …std::tie(transSliceId, argSetId) = streamFilters_->sliceFilter_->AddArgs(transNeedReply_[transacti… in ReceiveTraction()
140 std::tie(transSliceId, argSetId) = in ReceiveTraction()
142 traceDataCache_->GetInternalSlicesData()->SetArgSetId(transSliceId, argSetId); in ReceiveTraction()
Dargs_filter.h38 uint32_t AppendArgs(const ArgsSet& args, const size_t argSetId);
Dcpu_filter.cpp54 auto argSetId = streamFilters_->argsFilter_->NewArgs(args); in InsertSwitchEvent() local
55 traceDataCache_->GetThreadStateData()->SetArgSetId(index, argSetId); in InsertSwitchEvent()
112 auto argSetId = streamFilters_->argsFilter_->NewArgs(args); in InsertBlockedReasonEvent() local
114 traceDataCache_->GetThreadStateData()->SetArgSetId(row, argSetId); in InsertBlockedReasonEvent()
Dslice_filter.h38 uint32_t argSetId; member
/developtools/smartperf_host/trace_streamer/src/filter/
Dslice_filter.cpp85 uint32_t argSetId = INVALID_UINT32; in IrqHandlerExit() local
87 argSetId = streamFilters_->argsFilter_->NewArgs(args); in IrqHandlerExit()
88 slices->SetIrqDurAndArg(irqEventMap_.at(cpu).row, timeStamp, argSetId); in IrqHandlerExit()
154 uint32_t argSetId = INVALID_UINT32; in SoftIrqExit() local
156 argSetId = streamFilters_->argsFilter_->NewArgs(args); in SoftIrqExit()
157 slices->SetIrqDurAndArg(softIrqEventMap_.at(cpu).row, timeStamp, argSetId); in SoftIrqExit()
323 uint32_t argSetId = INVALID_UINT32; in StartSlice() local
326 argSetId = args.argSetId_; in StartSlice()
328 argSetId = streamFilters_->argsFilter_->NewArgs(args); in StartSlice()
329 sliceRowToArgsSetId_[index] = argSetId; in StartSlice()
[all …]
Dargs_filter.cpp46 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs() argument
50 (void)argSet->AppendNewArg(it->first, it->second.type, it->second.value, argSetId); in AppendArgs()
Dbinder_filter.cpp131 uint32_t argSetId = INVALID_UINT32; in ReceiveTraction() local
132 …std::tie(transSliceId, argSetId) = streamFilters_->sliceFilter_->AddArgs(transNeedReply_[transacti… in ReceiveTraction()
140 std::tie(transSliceId, argSetId) = in ReceiveTraction()
142 traceDataCache_->GetInternalSlicesData()->SetArgSetId(transSliceId, argSetId); in ReceiveTraction()
Dargs_filter.h38 uint32_t AppendArgs(const ArgsSet& args, const size_t argSetId);
Dcpu_filter.cpp54 auto argSetId = streamFilters_->argsFilter_->NewArgs(args); in InsertSwitchEvent() local
55 traceDataCache_->GetThreadStateData()->SetArgSetId(index, argSetId); in InsertSwitchEvent()
112 auto argSetId = streamFilters_->argsFilter_->NewArgs(args); in InsertBlockedReasonEvent() local
114 traceDataCache_->GetThreadStateData()->SetArgSetId(row, argSetId); in InsertBlockedReasonEvent()
Dslice_filter.h38 uint32_t argSetId; member
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.test.ts39 argSetId: 5,
50 argSetId: 5,
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dsched_slice_table.cpp238 const uint32_t& argSetId = schedSliceObj_.ArgSetData()[CurrentRow()]; in Column() local
239 if (argSetId != INVALID_UINT32) { in Column()
240 sqlite3_result_int(context_, argSetId); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dsched_slice_table.cpp238 const uint32_t& argSetId = schedSliceObj_.ArgSetData()[CurrentRow()]; in Column() local
239 if (argSetId != INVALID_UINT32) { in Column()
240 sqlite3_result_int(context_, argSetId); in Column()
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerIrq.test.ts41 argSetId: 10,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerIrq.ts81 argSetId: number | undefined; property in IrqStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerIrq.ts81 argSetId: number | undefined; property in IrqStruct
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts200 argSetId: 526,
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp252 void CallStack::SetIrqDurAndArg(size_t index, uint64_t timeStamp, uint32_t argSetId) in SetIrqDurAndArg() argument
255 argSet_[index] = argSetId; in SetIrqDurAndArg()
266 void CallStack::SetArgSetId(size_t index, uint32_t argSetId) in SetArgSetId() argument
268 argSet_[index] = argSetId; in SetArgSetId()
Dtrace_stdtype.h282 void SetIrqDurAndArg(size_t index, uint64_t timeStamp, uint32_t argSetId);
285 void SetArgSetId(size_t index, uint32_t argSetId);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp253 void CallStack::SetIrqDurAndArg(size_t index, uint64_t timeStamp, uint32_t argSetId) in SetIrqDurAndArg() argument
256 argSet_[index] = argSetId; in SetIrqDurAndArg()
267 void CallStack::SetArgSetId(size_t index, uint32_t argSetId) in SetArgSetId() argument
269 argSet_[index] = argSetId; in SetArgSetId()
Dtrace_stdtype.h286 void SetIrqDurAndArg(size_t index, uint64_t timeStamp, uint32_t argSetId);
289 void SetArgSetId(size_t index, uint32_t argSetId);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts423 queryBinderArgsByArgset(data.argSetId || 0).then((argsBinderRes) => {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts410 queryBinderArgsByArgset(data.argSetId || 0).then((argsBinderRes) => {