Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a77a05e2337df1347f4de96bfa313db7008fe8bd
a77a05e
perf time-utils: Add support for multiple explicit time intervals
by Adrian Hunter
· 6 years ago
e39a12c
perf tests: Add a test for time-utils
by Adrian Hunter
· 6 years ago
929afa0
perf time-utils: Make perf_time__parse_for_ranges() more logical
by Adrian Hunter
· 6 years ago
2a8afdd
perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly
by Adrian Hunter
· 6 years ago
0ccc69b
perf time-utils: Fix --time documentation
by Adrian Hunter
· 6 years ago
b16bfeb
perf time-utils: Prevent percentage time range overlap
by Adrian Hunter
· 6 years ago
c763242
perf time-utils: Factor out set_percent_time()
by Adrian Hunter
· 6 years ago
f79a768
perf time-utils: Treat time ranges consistently
by Adrian Hunter
· 6 years ago
2c47db9
perf intel-pt: Add support for efficient time interval filtering
by Adrian Hunter
· 6 years ago
da9000a
perf intel-pt: Add support for lookahead
by Adrian Hunter
· 6 years ago
e96f7df
perf intel-pt: Factor out intel_pt_get_buffer()
by Adrian Hunter
· 6 years ago
a7fa19f
perf intel-pt: Add intel_pt_fast_forward()
by Adrian Hunter
· 6 years ago
6c1f0b1
perf intel-pt: Add reposition parameter to intel_pt_get_data()
by Adrian Hunter
· 6 years ago
6492e5f
perf intel-pt: Factor out intel_pt_reposition()
by Adrian Hunter
· 6 years ago
e72b52a
perf intel-pt: Factor out intel_pt_8b_tsc()
by Adrian Hunter
· 6 years ago
4d678e9
perf intel-pt: Add lookahead callback
by Adrian Hunter
· 6 years ago
4885c90
perf report: Set perf time interval in itrace_synth_ops
by Adrian Hunter
· 6 years ago
400ae98
perf script: Set perf time interval in itrace_synth_ops
by Adrian Hunter
· 6 years ago
33526f3
perf auxtrace: Add perf time interval to itrace_synth_ops
by Adrian Hunter
· 6 years ago
87407fa
perf config: Update default value for llvm.clang-bpf-cmd-template
by Leo Yan
· 6 years ago
965e176
perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead
by Arnaldo Carvalho de Melo
· 6 years ago
e45c48a
perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode
by Mathieu Poirier
· 6 years ago
36edfb9
perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY
by Arnaldo Carvalho de Melo
· 6 years ago
0ccdb84
perf tools: Apply new CPU topology sysfs attributes
by Kan Liang
· 6 years ago
e05a899
perf header: Rename "sibling cores" to "sibling sockets"
by Kan Liang
· 6 years ago
db5742b
perf stat: Support per-die aggregation
by Kan Liang
· 6 years ago
acae8b3
perf header: Add die information in CPU topology
by Kan Liang
· 6 years ago
b74d868
perf cpumap: Retrieve die id information
by Kan Liang
· 6 years ago
21fe8dc
perf cs-etm: Add support for CPU-wide trace scenarios
by Mathieu Poirier
· 6 years ago
675f302
perf cs-etm: Add notion of time to decoding code
by Mathieu Poirier
· 6 years ago
0a6be30
perf cs-etm: Linking PE contextID with perf thread mechanic
by Mathieu Poirier
· 6 years ago
c152d4d
perf cs-etm: Add support for multiple traceID queues
by Mathieu Poirier
· 6 years ago
af21577
perf cs-etm: Use traceID aware memory callback API
by Mathieu Poirier
· 6 years ago
0abb868
perf cs-etm: Move tid/pid to traceid_queue
by Mathieu Poirier
· 6 years ago
3c21d7d
perf cs-etm: Move thread to traceid_queue
by Mathieu Poirier
· 6 years ago
6672559
perf cs-etm: Get rid of unused cpu in struct cs_etm_queue
by Mathieu Poirier
· 6 years ago
c7bfa2fd
perf cs-etm: Introduce the concept of trace ID queues
by Mathieu Poirier
· 6 years ago
882f487
perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()
by Mathieu Poirier
· 6 years ago
5f7cb03
perf cs-etm: Move packet queue out of decoder structure
by Mathieu Poirier
· 6 years ago
3470d48
perf cs-etm: Refactor error path in cs_etm_decoder__new()
by Mathieu Poirier
· 6 years ago
e0d170f
perf cs-etm: Add handling of switch-CPU-wide events
by Mathieu Poirier
· 6 years ago
a465f3c
perf cs-etm: Add handling of itrace start events
by Mathieu Poirier
· 6 years ago
e5993c4
perf cs-etm: Configure SWITCH_EVENTS in CPU-wide mode
by Mathieu Poirier
· 6 years ago
1c839a5
perf cs-etm: Configure timestamp generation in CPU-wide mode
by Mathieu Poirier
· 6 years ago
3399ad9
perf cs-etm: Configure contextID tracing in CPU-wide mode
by Mathieu Poirier
· 6 years ago
10981c8
perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()
by Jiri Olsa
· 6 years ago
53651b2
perf record: Add support to collect callchains from kernel or user space only
by yuzhoujian
· 6 years ago
22d4621
perf config: Bail out when a handler returns failure for a key-value pair
by Arnaldo Carvalho de Melo
· 6 years ago
012749ca
perf trace: Exit when failing to build eBPF program
by Leo Yan
· 6 years ago
dea87bf
perf trace: Associate more argument names with the filename beautifier
by Arnaldo Carvalho de Melo
· 6 years ago
8195168
perf trace: Consume the augmented_raw_syscalls payload
by Arnaldo Carvalho de Melo
· 6 years ago
279ab04
perf jvmti: Address gcc string overflow warning for strncpy()
by Jiri Olsa
· 6 years ago
602bce0
perf augmented_raw_syscalls: Move reading filename to the loop
by Arnaldo Carvalho de Melo
· 6 years ago
deaf4da
perf augmented_raw_syscalls: Change helper to consider just the augmented_filename part
by Arnaldo Carvalho de Melo
· 6 years ago
0c95a7f
perf augmented_raw_syscalls: Move the probe_read_str to a separate function
by Arnaldo Carvalho de Melo
· 6 years ago
4cae8675
perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy
by Arnaldo Carvalho de Melo
· 6 years ago
80b3fb6
perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated
by Adrian Hunter
· 6 years ago
b3b6607
perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree
by Adrian Hunter
· 6 years ago
38a846d
perf scripts python: exported-sql-viewer.py: Add IPC information to Call Graph Graph
by Adrian Hunter
· 6 years ago
4a0979d
perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams
by Adrian Hunter
· 6 years ago
530e22f
perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports
by Adrian Hunter
· 6 years ago
ec7f448
perf scripts python: export-to-postgresql.py: Export IPC information
by Adrian Hunter
· 6 years ago
64adadb
perf scripts python: export-to-sqlite.py: Export IPC information
by Adrian Hunter
· 6 years ago
52a2ab6
perf db-export: Export IPC information
by Adrian Hunter
· 6 years ago
1159fac
perf db-export: Add brief documentation
by Adrian Hunter
· 6 years ago
003ccdc
perf thread-stack: Accumulate IPC information
by Adrian Hunter
· 6 years ago
5db47f4
perf intel-pt: Document IPC usage
by Adrian Hunter
· 6 years ago
3f05516
perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
by Adrian Hunter
· 6 years ago
f3c98c4
perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
by Adrian Hunter
· 6 years ago
9bc668e
perf intel-pt: Record when decoding PSB+ packets
by Adrian Hunter
· 6 years ago
68fb45b
perf script: Add output of IPC ratio
by Adrian Hunter
· 6 years ago
5b1dc0f
perf intel-pt: Add support for samples to contain IPC ratio
by Adrian Hunter
· 6 years ago
61d276f
perf tools: Add IPC information to perf_sample
by Adrian Hunter
· 6 years ago
7b4b4f8
perf intel-pt: Accumulate cycle count from CYC packets
by Adrian Hunter
· 6 years ago
948e9dc
perf intel-pt: Factor out intel_pt_update_sample_time
by Adrian Hunter
· 6 years ago
d194d8f
perf record: Allow mixing --user-regs with --call-graph=dwarf
by Alexey Budankov
· 6 years ago
e5f177a
perf symbols: Remove unused variable 'err'
by Leo Yan
· 6 years ago
0da6ae9
perf data: Document directory format header: HEADER_DIR_FORMAT
by Arnaldo Carvalho de Melo
· 6 years ago
a9de7cf
perf data: Document clockid header: HEADER_CLOCKID
by Arnaldo Carvalho de Melo
· 6 years ago
835fbf1
perf data: Document memory topology header: HEADER_MEM_TOPOLOGY
by Arnaldo Carvalho de Melo
· 6 years ago
8e21be4
perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF
by Song Liu
· 6 years ago
3384c78
Merge branch 'x86/topology' into perf/core, to prepare for new patches
by Ingo Molnar
· 6 years ago
6a9f4ef
perf/x86: Use update attribute groups for default attributes
by Jiri Olsa
· 6 years ago
b657688
perf/x86/intel: Use update attributes for skylake format
by Jiri Olsa
· 6 years ago
3ea40ac
perf/x86: Use update attribute groups for extra format
by Jiri Olsa
· 6 years ago
1f15728
perf/x86: Use update attribute groups for caps
by Jiri Olsa
· 6 years ago
3d56727
perf/x86: Add is_visible attribute_group callback for base events
by Jiri Olsa
· 6 years ago
baa0c83
perf/x86: Use the new pmu::update_attrs attribute group
by Jiri Olsa
· 6 years ago
21b0dbc
perf/x86: Get rid of x86_pmu::event_attrs
by Jiri Olsa
· 6 years ago
f3a3a82
perf/core: Add attr_groups_update into struct pmu
by Jiri Olsa
· 6 years ago
aac1f7f
sysfs: Add sysfs_update_groups function
by Jiri Olsa
· 6 years ago
6e86d3d
perf/x86/intel/uncore: Add new IMC PCI IDs for KabyLake, AmberLake and WhiskeyLake CPUs
by Gayatri Kammela
· 6 years ago
76a16b2
perf/x86/intel/uncore: Add tabs to Uncore IMC PCI IDs
by Gayatri Kammela
· 6 years ago
9fd2e48
perf/core: Allow non-privileged uprobe for user processes
by Song Liu
· 6 years ago
f7b6a8b
Merge tag 'v5.2-rc3' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
f2c7c76
Linux 5.2-rc3
by Linus Torvalds
· 6 years ago
7bd1d5e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6751b8d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
af04245
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4fb5741
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
Next »