perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
[linux-2.6-block.git] / tools / perf / Documentation / perf-report.txt
index d068103690ccc80b9fd445439b43afdde6a8d3a3..e44045842c5c49f1848df90b03ee81a96d010007 100644 (file)
@@ -108,6 +108,7 @@ OPTIONS
        - period: Raw number of event count of sample
        - time: Separate the samples by time stamp with the resolution specified by
        --time-quantum (default 100ms). Specify with overhead and before it.
+       - code_page_size: the code page size of sampled code address (ip)
 
        By default, comm, dso and symbol keys are used.
        (i.e. --sort comm,dso,symbol)
@@ -150,6 +151,7 @@ OPTIONS
        - snoop: type of snoop (if any) for the data at the time of the sample
        - dcacheline: the cacheline the data address is on at the time of the sample
        - phys_daddr: physical address of data being executed on at the time of sample
+       - data_page_size: the data page size of data being executed on at the time of sample
 
        And the default sort keys are changed to local_weight, mem, sym, dso,
        symbol_daddr, dso_daddr, snoop, tlb, locked, see '--mem-mode'.