Searched refs:con (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | bpf_lock_contention.c | 20 int lock_contention_prepare(struct lock_contention *con) in lock_contention_prepare() argument 24 struct evlist *evlist = con->evlist; in lock_contention_prepare() 25 struct target *target = con->target; in lock_contention_prepare() 33 bpf_map__set_value_size(skel->maps.stacks, con->max_stack * sizeof(u64)); in lock_contention_prepare() 34 bpf_map__set_max_entries(skel->maps.lock_stat, con->map_nr_entries); in lock_contention_prepare() 35 bpf_map__set_max_entries(skel->maps.tstamp, con->map_nr_entries); in lock_contention_prepare() 37 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare() 38 bpf_map__set_max_entries(skel->maps.task_data, con->map_nr_entries); in lock_contention_prepare() 42 if (con->save_callstack) in lock_contention_prepare() 43 bpf_map__set_max_entries(skel->maps.stacks, con->map_nr_entries); in lock_contention_prepare() [all …]
|
D | lock-contention.h | 150 int lock_contention_prepare(struct lock_contention *con); 153 int lock_contention_read(struct lock_contention *con); 158 static inline int lock_contention_prepare(struct lock_contention *con __maybe_unused) in lock_contention_prepare() 167 static inline int lock_contention_read(struct lock_contention *con __maybe_unused) in lock_contention_read()
|
/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 38 con = sqlite3.connect("/dev/shm/perf.db") variable 39 con.isolation_level = None 48 con.execute(""" 55 con.execute(""" 97 con.execute("insert into gen_events values(?, ?, ?, ?)", 102 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", 111 con.close() 126 count = con.execute("select count(*) from gen_events") 135 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)") 142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun… [all …]
|
/tools/perf/tests/shell/ |
D | lock_contention.sh | 54 if ! perf lock con -b true > /dev/null 2>&1 ; then 60 perf lock con -a -b -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 90 if ! perf lock con -b true > /dev/null 2>&1 ; then 95 perf lock con -a -b -t -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 113 if ! perf lock con -b true > /dev/null 2>&1 ; then 118 perf lock con -a -b -l -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 136 if ! perf lock con -b true > /dev/null 2>&1 ; then 140 perf lock con -a -b -Y spinlock -q -- perf bench sched messaging > /dev/null 2> ${result} 168 if ! perf lock con -b true > /dev/null 2>&1 ; then 172 perf lock con -a -b -L tasklist_lock -q -- perf bench sched messaging > /dev/null 2> ${result} [all …]
|
/tools/perf/ |
D | builtin-lock.c | 1713 static void print_lock_stat_stdio(struct lock_contention *con, struct lock_stat *st) in print_lock_stat_stdio() argument 1753 sym = machine__find_kernel_symbol(con->machine, ip, &kmap); in print_lock_stat_stdio() 1760 static void print_lock_stat_csv(struct lock_contention *con, struct lock_stat *st, in print_lock_stat_csv() argument 1803 sym = machine__find_kernel_symbol(con->machine, ip, &kmap); in print_lock_stat_csv() 1811 static void print_lock_stat(struct lock_contention *con, struct lock_stat *st) in print_lock_stat() argument 1814 print_lock_stat_csv(con, st, symbol_conf.field_sep); in print_lock_stat() 1816 print_lock_stat_stdio(con, st); in print_lock_stat() 1878 static void print_contention_result(struct lock_contention *con) in print_contention_result() argument 1896 print_lock_stat(con, st); in print_contention_result() 1911 total += con->nr_filtered; in print_contention_result() [all …]
|
/tools/firewire/ |
D | nosy-dump.c | 902 poptContext con; in main() local 908 con = poptGetContext(NULL, argc, argv, options, 0); in main() 909 retval = poptGetNextOpt(con); in main() 911 poptPrintUsage(con, stdout, 0); in main() 1019 poptFreeContext(con); in main()
|
/tools/power/cpupower/po/ |
D | it.po | 505 "Per le opzioni segnalate con *, omettere l'opzione -c o --cpu è come " 507 "con il valore 0\n" 515 "L'opzione specificata a questo programma non può essere combinata con --cpu\n" 597 "Per le opzioni segnalate con *, omettere l'opzione -c o --cpu è come " 599 "con il valore 0\n" 613 "2. l'opzione -f FREQ, --freq FREQ non può essere specificata con altre " 655 "l'opzione -f/--freq non può venire combinata con i parametri\n"
|