Datasets:

Modalities:
Text
Formats:
webdataset
Languages:
English
Libraries:
Datasets
WebDataset
License:
hosiet commited on
Commit
ac79c5b
·
verified ·
1 Parent(s): b503c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -4,21 +4,41 @@ language:
4
  - en
5
  size_categories:
6
  - 1K<n<10K
 
7
  ---
8
 
9
  # Android GPU Performance Counter to Key Press Dataset
10
 
11
  ## Description
12
 
13
- This dataset comes from our mobile GPU-based eavesdropping work, [Eavesdropping user credentials via GPU side channels on smartphones](https://doi.org/10.1145/3503222.3507757), presented at the 27th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2022). It contains 3,466 traces of mapping between the on-screen keyboard key presses and corresponding Snapdragon Adreno GPU performance counter changes in the meantime.
 
 
 
14
 
15
  The dataset is arranged in the following format:
16
 
17
  * Folder name (e.g., `1622457056`): This UNIX timestamp when the experiment took place.
18
  * `timestamp_data.csv`: Raw recording of GPU performance counter changes during the experiment.
19
- * Column 1: UNIX timestamp of each event
20
- * Column 2-13: GPU performance counter changes of different types
 
 
 
 
 
 
 
 
 
 
 
 
21
  * `timestamp_keys.csv`: Keyboard key presses occurred during the experiment.
 
 
 
 
22
 
23
  ## Citation
24
 
@@ -54,4 +74,4 @@ This work is licensed under a
54
 
55
  [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
56
  [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
57
- [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
 
4
  - en
5
  size_categories:
6
  - 1K<n<10K
7
+ pretty_name: Android GPU Performance Counter to Key Press Dataset
8
  ---
9
 
10
  # Android GPU Performance Counter to Key Press Dataset
11
 
12
  ## Description
13
 
14
+ This dataset comes from our mobile GPU-based eavesdropping work, [Eavesdropping user credentials via GPU side channels on smartphones](https://doi.org/10.1145/3503222.3507757), presented at the 27th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2022).
15
+ It contains 3,466 traces of mapping between the on-screen keyboard key presses and corresponding Snapdragon Adreno GPU performance counter changes collected on device in the meantime.
16
+
17
+ ## Data Structure
18
 
19
  The dataset is arranged in the following format:
20
 
21
  * Folder name (e.g., `1622457056`): This UNIX timestamp when the experiment took place.
22
  * `timestamp_data.csv`: Raw recording of GPU performance counter changes during the experiment.
23
+ * Column 1: UNIX timestamp of each performance counter ("PC") value change event, with granularity of 1 microseconds.
24
+ * Column 2-13: GPU PC value changes of different types:
25
+ * `PERF_LRZ_VISIBLE_PRIM_AFTER_LRZ`
26
+ * `PERF_LRZ_FULL_8X8_TILES`
27
+ * `PERF_LRZ_PARTIAL_8X8_TILES`
28
+ * `PERF_LRZ_VISIBLE_PIXEL_AFTER_LRZ`
29
+ * `PERF_RAS_SUPERTILE_ACTIVE_CYCLES`
30
+ * `PERF_RAS_SUPER_TILES`
31
+ * `PERF_RAS_8X4_TILES`
32
+ * `PERF_RAS_FULLY_COVERED_8X4_TILES`
33
+ * `PERF_VPC_PC_PRIMITIVES`
34
+ * `PERF_VPC_SP_COMPONENTS`
35
+ * `PERF_VPC_LRZ_ASSIGN_PRIMITIVES`
36
+ * `PERF_VPC_SP_LM_COMPONENTS`
37
  * `timestamp_keys.csv`: Keyboard key presses occurred during the experiment.
38
+ * Column 1: UNIX timestamp of each key press, with granularity of 1 microseconds.
39
+ * Column 2: The specific key press occurred.
40
+
41
+ For the discussion of detailed meanings of different GPU PCs, please refer to [our paper](https://doi.org/10.1145/3503222.3507757).
42
 
43
  ## Citation
44
 
 
74
 
75
  [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
76
  [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
77
+ [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg