index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Add a 'percore' event qualifier
Jin Yao
2019-05-16
1
-0
/
+2
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-06
1
-1
/
+10
|
\
|
*
perf evsel: Support printing evsel name for 'duration_time'
Andi Kleen
2019-04-01
1
-1
/
+10
*
|
perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)
Mao Han
2019-04-16
1
-6
/
+6
|
/
*
perf evsel: Fix max perf_event_attr.precise_ip detection
Jiri Olsa
2019-03-28
1
-13
/
+59
*
perf record: Replace option --bpf-event with --no-bpf-event
Song Liu
2019-03-19
1
-1
/
+1
*
perf evsel: Free evsel->counts in perf_evsel__exit()
Arnaldo Carvalho de Melo
2019-03-19
1
-0
/
+1
*
perf stat: Improve scaling
Andi Kleen
2019-03-19
1
-1
/
+1
*
perf stat: Fix --no-scale
Andi Kleen
2019-03-19
1
-2
/
+1
*
perf evsel: Probe for precise_ip with simple attr
Jiri Olsa
2019-03-06
1
-8
/
+0
*
perf evsel: Force sample_type for slave events
Jiri Olsa
2019-02-20
1
-0
/
+8
*
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
1
-1
/
+10
*
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
1
-1
/
+9
*
perf tools: Fix crash on synthesizing the unit
Jiri Olsa
2018-11-12
1
-1
/
+1
*
perf tools: Do not zero sample_id_all for group members
Jiri Olsa
2018-11-06
1
-1
/
+0
*
perf evsel: Mark a evsel as disabled when asking the kernel do disable it
Arnaldo Carvalho de Melo
2018-10-22
1
-6
/
+17
*
perf evsel: Introduce per event max_events property
Arnaldo Carvalho de Melo
2018-10-19
1
-0
/
+4
*
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2018-10-18
1
-0
/
+3
|
\
|
*
perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...
Jiri Olsa
2018-10-16
1
-0
/
+3
*
|
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-1
/
+1
*
|
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-4
/
+4
*
|
perf evsel: Introduce perf_evsel__store_ids()
Jiri Olsa
2018-08-30
1
-0
/
+29
|
/
*
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Hisao Tanabe
2018-08-30
1
-2
/
+3
*
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-1
/
+1
*
perf evlist: Fix error out while applying initial delay and LBR
Kan Liang
2018-07-31
1
-0
/
+14
*
perf stat: Get rid of extra clock display function
Jiri Olsa
2018-07-24
1
-0
/
+11
*
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-06-05
1
-2
/
+2
*
perf tools: No need to unconditionally read the max_stack sysctls
Arnaldo Carvalho de Melo
2018-05-17
1
-1
/
+1
*
perf evsel: Only fall back group read for leader
Kan Liang
2018-04-24
1
-1
/
+2
*
perf evsel: Disable write_backward for leader sampling group events
Jiri Olsa
2018-04-23
1
-2
/
+5
*
perf stat: Keep the / modifier separator in fallback
Jiri Olsa
2018-04-23
1
-1
/
+7
*
perf record: Remove suggestion to enable APIC
Andi Kleen
2018-04-18
1
-2
/
+1
*
perf record: Remove misleading error suggestion
Andi Kleen
2018-04-18
1
-2
/
+1
*
perf report: Fix the output for stdio events list
Jiri Olsa
2018-03-08
1
-4
/
+16
*
perf pmu: Display pmu name when printing unmerged events in stat
Agustin Vega-Frias
2018-03-08
1
-0
/
+1
*
perf cgroup: Rename close_cgroup() to cgroup__put()
Arnaldo Carvalho de Melo
2018-03-07
1
-1
/
+1
*
perf stat: Ignore error thread when enabling system-wide --per-thread
Jin Yao
2018-02-27
1
-0
/
+3
*
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
2018-02-15
1
-11
/
+1
*
perf record: Fix period option handling
Jiri Olsa
2018-02-05
1
-3
/
+8
*
perf evsel: Fix period/freq terms setup
Jiri Olsa
2018-02-05
1
-0
/
+2
*
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...
Adrian Hunter
2018-01-18
1
-27
/
+1
*
perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__...
Adrian Hunter
2018-01-18
1
-0
/
+1
*
perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
Arnaldo Carvalho de Melo
2018-01-17
1
-3
/
+13
*
perf callchain: Fix attr.sample_max_stack setting
Arnaldo Carvalho de Melo
2018-01-17
1
-4
/
+4
*
perf evsel: Check if callchain is enabled before setting it up
Arnaldo Carvalho de Melo
2018-01-12
1
-3
/
+11
*
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
Mathieu Poirier
2018-01-11
1
-1
/
+1
*
perf script: Add support to display sample misc field
Jiri Olsa
2018-01-08
1
-0
/
+1
*
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
2018-01-08
1
-0
/
+1
*
perf evsel: Enable ignore_missing_thread for pid option
Mengting Zhang
2017-12-27
1
-2
/
+45
*
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2017-12-27
1
-3
/
+17
[next]