aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang3-0/+36
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang2-0/+4
2020-04-18perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang1-70/+73
2020-04-18perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang1-22/+45
2020-04-18perf machine: Refine the function for LBR call stack reconstructionKan Liang1-35/+76
2020-04-18perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang1-60/+63
2020-04-18perf header: Support CPU PMU capabilitiesKan Liang4-0/+128
2020-04-18perf parser: Add support to specify rXXX event with pmuJiri Olsa4-1/+31
2020-04-18perf doc: allow ASCIIDOC_EXTRA to be an argumentIan Rogers1-2/+2
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang2-0/+91
2020-04-18tools lib traceevent: Take care of return value of asprintfHe Zhe1-10/+19
2020-04-18perf stat: Force error in fallback on :k eventsStephane Eranian1-0/+4
2020-04-18perf tools: Add support for leader-sampling with AUX area eventsAdrian Hunter2-6/+42
2020-04-18perf evlist: Allow multiple read formatsAdrian Hunter1-2/+4
2020-04-18perf evsel: Rearrange perf_evsel__config_leader_sampling()Adrian Hunter1-13/+13
2020-04-18perf evlist: Move leader-sampling configurationAdrian Hunter2-19/+29
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event()Adrian Hunter3-19/+23
2020-04-16perf intel-pt: Add support for synthesizing callchains for regular eventsAdrian Hunter1-7/+61
2020-04-16perf evsel: Add support for synthesized sample typeAdrian Hunter1-1/+14
2020-04-16perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are setAdrian Hunter1-1/+1
2020-04-16perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2-0/+60
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter6-4/+12
2020-04-16perf auxtrace: For reporting purposes, un-group AUX area eventAdrian Hunter1-5/+55
2020-04-16perf s390-cpumsf: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+10
2020-04-16perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+11
2020-04-16perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+9
2020-04-16perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf intel-pt: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+21
2020-04-16perf script: Add flamegraph.py scriptAndreas Gerstmayr3-0/+129
2020-04-16perf metrictroup: Split the metricgroup__add_metric functionKajol Jain1-25/+35
2020-04-16perf expr: Add expr_scanner_ctx objectJiri Olsa3-7/+13
2020-04-16perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa5-17/+17
2020-04-16perf synthetic-events: save 4kb from 2 stack framesIan Rogers1-12/+10
2020-04-16tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2-0/+29
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers5-2/+117
2020-04-16perf script: Simplify auxiliary event printing functionsAdrian Hunter1-238/+66
2020-04-16doc/admin-guide: update kernel.rst with CAP_PERFMON informationAlexey Budankov1-5/+11
2020-04-16doc/admin-guide: Update perf-security.rst with CAP_PERFMON informationAlexey Budankov1-25/+61
2020-04-16drivers/oprofile: Open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-16drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-16parisc/perf: open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-16powerpc/perf: open access for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-16trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-16drm/i915/perf: Open access for CAP_PERFMON privileged processAlexey Budankov1-7/+6
2020-04-16perf tools: Support CAP_PERFMON capabilityAlexey Budankov5-8/+15
2020-04-16perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov2-4/+4
2020-04-16capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov3-3/+13
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa5-0/+34